Method: Pod::Lockfile#defined_in_file

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

#defined_in_fileString

Returns the file where the Lockfile is serialized.

Returns:

  • (String)

    the file where the Lockfile is serialized.

[View source]

51
52
53
# File 'lib/cocoapods-core/lockfile.rb', line 51

def defined_in_file
  @defined_in_file
end