Method: Pod::Version.correct?
- Defined in:
- lib/cocoapods-core/version.rb
.correct?(version) ⇒ Boolean
Returns Whether a string representation is correct.
78 79 80 |
# File 'lib/cocoapods-core/version.rb', line 78 def self.correct?(version) version.to_s =~ ANCHORED_VERSION_PATTERN end |