Skip to content

Instantly share code, notes, and snippets.

@npverni
Created December 8, 2010 16:37
Show Gist options
  • Select an option

  • Save npverni/733515 to your computer and use it in GitHub Desktop.

Select an option

Save npverni/733515 to your computer and use it in GitHub Desktop.
ruby egg nog
egg_nog = {
:egg_yolks => 12,
:lbs_sugar => 1,
:cups_rum => 2,
:cups_bourbon => 2,
:quarts_whipping_cream => 2,
:egg_whites => 12,
:nutmeg => "sprinkle"
}
@npverni

npverni commented Dec 8, 2010

Copy link
Copy Markdown
Author

Naturally, it's a one-liner in ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment