Skip to content

Instantly share code, notes, and snippets.

@zeevallin
Created September 12, 2012 05:37
Show Gist options
  • Save zeevallin/3704502 to your computer and use it in GitHub Desktop.
Save zeevallin/3704502 to your computer and use it in GitHub Desktop.
True Love
# true_love.rb
class Zeeraw; def self.+(other); other == Tenderlove; end; end
class Tenderlove; def self.+(other); other == Zeeraw; end; end
# $ irb
# require './true_love.rb'
# irb> Zeeraw + Tenderlove
# irb> => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment