class Plumb::Key

def eql?(other)

def eql?(other)
  other.hash == hash
end