Skip to content

Instantly share code, notes, and snippets.

@disolovyov
Created September 17, 2010 19:10
Show Gist options
  • Save disolovyov/584756 to your computer and use it in GitHub Desktop.
Save disolovyov/584756 to your computer and use it in GitHub Desktop.
Don't ask.
class Fixnum;def*v;+(self+v);end;def/v;+(self-v);end;def+@;print self.chr;self;end;end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment