Method: Pod::Lockfile#==
- Defined in:
- lib/cocoapods-core/lockfile.rb
permalink #==(other) ⇒ Boolean
Returns Whether the Podfiles are equal.
55 56 57 |
# File 'lib/cocoapods-core/lockfile.rb', line 55 def ==(other) other && to_hash == other.to_hash end |