Method: Bundler::PubGrub::VersionRange::Empty#allows_all?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
#allows_all?(other) ⇒ Boolean
38 39 40 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb', line 38 def allows_all?(other) other.empty? end |