Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created June 5, 2012 18:54
Show Gist options
  • Save decioferreira/2876943 to your computer and use it in GitHub Desktop.
Save decioferreira/2876943 to your computer and use it in GitHub Desktop.
Rails console underscore variable
ruby > 1
=> 1
ruby > _ + 1
=> 2
ruby > _ + 1
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment