Method: LibGems::Specification#==
- Defined in:
- lib/libgems/specification.rb
#==(other) ⇒ Object Also known as: eql?
Tests specs for equality (across all attributes).
655 656 657 |
# File 'lib/libgems/specification.rb', line 655 def ==(other) # :nodoc: self.class === other && same_attributes?(other) end |