Skip to content

Instantly share code, notes, and snippets.

@lexruee
Last active August 29, 2015 14:12
Show Gist options
  • Save lexruee/c844a5b287d251bcf182 to your computer and use it in GitHub Desktop.
Save lexruee/c844a5b287d251bcf182 to your computer and use it in GitHub Desktop.
class Fixnum
def +(a)
self - a
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment