Skip to content

Instantly share code, notes, and snippets.

@ssaunier
Created October 30, 2014 18:20
Show Gist options
  • Save ssaunier/3305d30c87c410ecebff to your computer and use it in GitHub Desktop.
Save ssaunier/3305d30c87c410ecebff to your computer and use it in GitHub Desktop.
Mess up the sum of your projects!
class Fixnum
def +(other)
self * other
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment