Skip to content

Instantly share code, notes, and snippets.

@greggroth
Created November 10, 2012 20:51
Show Gist options
  • Save greggroth/4052442 to your computer and use it in GitHub Desktop.
Save greggroth/4052442 to your computer and use it in GitHub Desktop.
pry(main)> [1, 2, 3, 4]
=> [1, 2, 3, 4]
pry(main)> a = _
=> [1, 2, 3, 4]
pry(main)> a
=> [1, 2, 3, 4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment