Method: Pod::Lockfile#inspect

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

#inspectString

Returns a string representation suitable for debugging.

Returns:

  • (String)

    a string representation suitable for debugging.

[View source]

61
62
63
# File 'lib/cocoapods-core/lockfile.rb', line 61

def inspect
  "#<#{self.class}>"
end