Method: Bundler::LazySpecification#eql?

Defined in:
lib/bundler/lazy_specification.rb

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/bundler/lazy_specification.rb', line 33

def eql?(other)
  identifier.eql?(other.identifier)
end