Method: Pod::Lockfile#==

Defined in:
lib/cocoapods-core/lockfile.rb

#==(other) ⇒ Boolean

Returns Whether the Podfiles are equal.

Returns:

  • (Boolean)

    Whether the Podfiles are equal.

[View source]

55
56
57
# File 'lib/cocoapods-core/lockfile.rb', line 55

def ==(other)
  other && to_hash == other.to_hash
end