method

eql?

ruby latest stable - Class: Gem::Specification
eql?(other)
public

No documentation available.

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