Method: Pod::Podfile::TargetDefinition#inspect
- Defined in:
- lib/cocoapods-core/podfile/target_definition.rb
#inspect ⇒ String
Returns 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 |