Method: Pod::Version#==
- Defined in:
- lib/cocoapods-core/version.rb
permalink #==(other) ⇒ Boolean
Note:
Attempts to compare something that’s not a Pod::Version return nil
Compares the versions for equality.
144 145 146 |
# File 'lib/cocoapods-core/version.rb', line 144 def ==(other) compare_segments(other) == 0 end |