Method: Bundler::PubGrub::Term#eql?

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

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


23
24
25
26
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/term.rb', line 23

def eql?(other)
  positive == other.positive &&
    constraint.eql?(other.constraint)
end