Skip to content

Instantly share code, notes, and snippets.

@rkh
Forked from nakajima/gist:290151
Created January 29, 2010 22:24
Show Gist options
  • Save rkh/290216 to your computer and use it in GitHub Desktop.
Save rkh/290216 to your computer and use it in GitHub Desktop.
$ irb
>> i = 2
=> 2
>> i *= 2
=> 4
>> (_*_) # use the butt operator
=> 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment