module UserAgent::Comparable

def >(other)

def >(other)
  (c = self <=> other) ? c == 1 : false
end