global

def <=>(other)

def <=>(other)
  return nil unless other.is_a?(Value)
  numeric <=> other.numeric
end