Method: RunLoop::Version#>=
- Defined in:
- lib/run_loop/version.rb
#>=(other) ⇒ Boolean
Is this version greater-than or equal to another version?
146 147 148 |
# File 'lib/run_loop/version.rb', line 146 def >= (other) Version.compare(self, other) >= 0 end |