Method: Bundler::PubGrub::VersionConstraint#allows_all?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
permalink #allows_all?(other) ⇒ Boolean
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 |