Method: Bundler::PubGrub::VersionConstraint#allows_all?

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

#allows_all?(other) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

68
69
70
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 68

def allows_all?(other)
  range.allows_all?(other.range)
end