Method: Bundler::PubGrub::VersionConstraint#any?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
#any? ⇒ Boolean
Does this match every version of the package
121 122 123 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 121 def any? range.any? end |