Skip to content

Instantly share code, notes, and snippets.

@rubydubee
Created June 30, 2011 21:39
Show Gist options
  • Save rubydubee/1057307 to your computer and use it in GitHub Desktop.
Save rubydubee/1057307 to your computer and use it in GitHub Desktop.
Array Example 1
a=[23,45,576,12]
a.each {|x| puts x}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment