Method: Bundler::PubGrub::VersionConstraint#subset?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
permalink #subset?(other) ⇒ Boolean
76 77 78 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 76 def subset?(other) other.allows_all?(self) end |