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