Skip to content

Instantly share code, notes, and snippets.

@evie404
Created April 9, 2013 18:09
Show Gist options
  • Save evie404/5347970 to your computer and use it in GitHub Desktop.
Save evie404/5347970 to your computer and use it in GitHub Desktop.
Don't try this at home
puts 1+2
class Fixnum
def +(y)
self * y
end
end
puts 1+2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment