Skip to content

Instantly share code, notes, and snippets.

@michaelfairley
Created June 17, 2011 21:06
Show Gist options
  • Save michaelfairley/1032351 to your computer and use it in GitHub Desktop.
Save michaelfairley/1032351 to your computer and use it in GitHub Desktop.
_ in irb
ruby-1.8.7-p330 :001 > 1 + 1
=> 2
ruby-1.8.7-p330 :002 > a = _
=> 2
ruby-1.8.7-p330 :003 > a
=> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment