Is this version less-than another version?
Parameters:
the version to compare against
Returns:
true if this Version is less-than ‘other`
125 126 127
# File 'lib/run_loop/version.rb', line 125 def < (other) Version.compare(self, other) < 0 end