Skip to content

Instantly share code, notes, and snippets.

@jenmei
Created June 4, 2011 01:56
Show Gist options
  • Save jenmei/1007466 to your computer and use it in GitHub Desktop.
Save jenmei/1007466 to your computer and use it in GitHub Desktop.
One fish, two fish ...
['one', 'two', 'red', 'blue'].each do | adjective |
puts "#{adjective} fish"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment