class Tins::StringVersion::Version

def ==(other)

def ==(other)
  (self <=> other).zero?
end