module Comparable

def >(other)

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