Method: Bundler::PubGrub::VersionRange#strictly_higher?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
permalink #strictly_higher?(other) ⇒ Boolean
188 189 190 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb', line 188 def strictly_higher?(other) other.strictly_lower?(self) end |