Method: Pod::Specification::Set::External#==

Defined in:
lib/cocoapods-core/specification/set.rb

#==(other) ⇒ Object



154
155
156
# File 'lib/cocoapods-core/specification/set.rb', line 154

def ==(other)
  self.class == other.class && specification == other.specification
end