Skip to content

Instantly share code, notes, and snippets.

@Jauny
Created September 6, 2012 19:34
Show Gist options
  • Save Jauny/3659755 to your computer and use it in GitHub Desktop.
Save Jauny/3659755 to your computer and use it in GitHub Desktop.
-> a = []
=> []
-> a << a
=> [[...]]
-> a.first == a
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment