Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created June 7, 2012 08:34
Show Gist options
  • Select an option

  • Save mcansky/2887429 to your computer and use it in GitHub Desktop.

Select an option

Save mcansky/2887429 to your computer and use it in GitHub Desktop.
array = [ ]
[1,2,3,4].each { |c| array << c }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment