# File lib/versionomy/value.rb, line 386 def <(obj_) val_ = (self <=> obj_) unless val_ raise Errors::SchemaMismatchError end val_ < 0 end