Skip to content

Instantly share code, notes, and snippets.

@kholbekj
Created May 11, 2016 10:14
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 kholbekj/510a8a7cfd2b0ac2d8d1f787ae969113 to your computer and use it in GitHub Desktop.
Save kholbekj/510a8a7cfd2b0ac2d8d1f787ae969113 to your computer and use it in GitHub Desktop.
class Derp
def to_str
"x"
end
end
"x" == Derp.new
#=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment