Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created August 12, 2008 17:07
Show Gist options
  • Save robbyrussell/5085 to your computer and use it in GitHub Desktop.
Save robbyrussell/5085 to your computer and use it in GitHub Desktop.
~ : irb
2 + 3>> 2 + 3
=> 5
>> x = 4
=> 4
>> x + 2
=> 6
>> x * 3
=> 12
>> x / 2
=> 2
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment