Skip to content

Instantly share code, notes, and snippets.

@gdiggs
Created July 22, 2014 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdiggs/7953509c52524a466fe4 to your computer and use it in GitHub Desktop.
Save gdiggs/7953509c52524a466fe4 to your computer and use it in GitHub Desktop.
[1] pry(main)> class Fixnum
[1] pry(main)* def !=(o)
[1] pry(main)* true
[1] pry(main)* end
[1] pry(main)* end
=> :!=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment