Skip to content

Instantly share code, notes, and snippets.

@huydx
Created September 17, 2014 02:05
Show Gist options
  • Save huydx/3debcaa0214eb1573160 to your computer and use it in GitHub Desktop.
Save huydx/3debcaa0214eb1573160 to your computer and use it in GitHub Desktop.
class Bad
def ==(target); return true if target.is_a?(FalseClass); end
end
p Bad.new == false
p false == Bad.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment