Method: Pod::Podfile::TargetDefinition#inspect

Defined in:
lib/cocoapods-core/podfile/target_definition.rb

#inspectString

Returns A string representation suitable for debug.

Returns:

  • (String)

    A string representation suitable for debug.



123
124
125
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 123

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