method

eql?

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

No documentation available.

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