method

eql?

eql?(other)
public

No documentation available.

# File lib/rubygems/specification.rb, line 1887
  def eql?(other) # :nodoc:
    self.class === other && same_attributes?(other)
  end