class UserAgent::Version

def eql?(other)

def eql?(other)
  other.is_a?(self.class) && to_s == other.to_s
end