Skip to content

Instantly share code, notes, and snippets.

@leosoto
Created October 25, 2010 11:17
Show Gist options
  • Save leosoto/644798 to your computer and use it in GitHub Desktop.
Save leosoto/644798 to your computer and use it in GitHub Desktop.
ruby-1.8.7-p248 > foo = [1,2,3]
=> [1, 2, 3]
ruby-1.8.7-p248 > Array(foo)
=> [1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment