method

eql?

eql?(other)
public

No documentation available.

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