Skip to content

Instantly share code, notes, and snippets.

@anathematic
Created May 10, 2011 22:25
Show Gist options
  • Save anathematic/965508 to your computer and use it in GitHub Desktop.
Save anathematic/965508 to your computer and use it in GitHub Desktop.
# Underscore returns the last value
ruby-1.9.2-p180 :002 > String.new("blah")
=> "blah"
ruby-1.9.2-p180 :003 > "blah" == _
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment