Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c33979e31d1047066fff5c9842d1efbe to your computer and use it in GitHub Desktop.
Save anonymous/c33979e31d1047066fff5c9842d1efbe to your computer and use it in GitHub Desktop.
[8] pry(main)> Array(1)
=> [1]
[9] pry(main)> Array([1,2])
=> [1, 2]
[10] pry(main)> Array(:sym)
=> [:sym]
[11] pry(main)> Array({one: 1})
=> [[:one, 1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment