Method: Bundler::PubGrub::VersionConstraint#subset?

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

#subset?(other) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

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