Skip to content

Instantly share code, notes, and snippets.

@nakajima
Created January 29, 2010 21:23
Show Gist options
  • Save nakajima/290151 to your computer and use it in GitHub Desktop.
Save nakajima/290151 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