Method: Bundler::PubGrub::VersionRange#strictly_higher?

Defined in:
lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb

#strictly_higher?(other) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

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