Method: Bundler::PubGrub::VersionConstraint#==

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

#==(other) ⇒ Object

[View source]

18
19
20
21
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 18

def ==(other)
  package == other.package &&
    range == other.range
end