Skip to content

Instantly share code, notes, and snippets.

@Shpigford
Created January 28, 2014 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shpigford/8661991 to your computer and use it in GitHub Desktop.
Save Shpigford/8661991 to your computer and use it in GitHub Desktop.
def animals
sheep.each do |horse|
# get 'em
end
cows.each do |cow|
# then get these
end
pigs.each do |pig|
# then find these
end
# And then finally, eat 'em
butcher_all_the_animals
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment