Skip to content

Instantly share code, notes, and snippets.

@sranso
Created November 19, 2013 04:59
Show Gist options
  • Select an option

  • Save sranso/7540569 to your computer and use it in GitHub Desktop.

Select an option

Save sranso/7540569 to your computer and use it in GitHub Desktop.
.each iterator example
["two", "headed", "boy", 1945].each do |value|
puts value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment