Method: Pod::Version#patch

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

#patchFixnum

Returns The semver patch identifier.

Returns:

  • (Fixnum)

    The semver patch identifier.



114
115
116
# File 'lib/cocoapods-core/version.rb', line 114

def patch
  numeric_segments[2].to_i
end