Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created November 20, 2009 09:00
Show Gist options
  • Save kevinvaldek/239368 to your computer and use it in GitHub Desktop.
Save kevinvaldek/239368 to your computer and use it in GitHub Desktop.
class Fixnum; undef -; end
3 - 1
=> undefined method '-' for Fixnum (NoMethodError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment