Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created November 20, 2009 08:58
Show Gist options
  • Save kevinvaldek/239367 to your computer and use it in GitHub Desktop.
Save kevinvaldek/239367 to your computer and use it in GitHub Desktop.
class Fixnum; def +(other); 99; end; end
1 + 3
=> 99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment