module Comparable

def ==(other)

def ==(other)
  (self <=> other) == 0
end