Method: Bundler::PubGrub::VersionConstraint#eql?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
permalink #eql?(other) ⇒ Boolean
23 24 25 26 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 23 def eql?(other) package.eql?(other.package) && range.eql?(other.range) end |