Skip to content

Instantly share code, notes, and snippets.

@austintaylor
Created February 12, 2009 20:18
Show Gist options
  • Save austintaylor/62850 to your computer and use it in GitHub Desktop.
Save austintaylor/62850 to your computer and use it in GitHub Desktop.
def process(chicken)
case chicken
when Hen
chicken.collect(&:eggs)
when Rooster
chicken.chop
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment