Method: ChefUtils::VersionString#<
- Defined in:
- lib/chef-utils/version_string.rb
#<(other) ⇒ Boolean
Compat wrapper for < based on <=>.
100 101 102 |
# File 'lib/chef-utils/version_string.rb', line 100 def <(other) (self <=> other) < 0 end |