Method: Xcodeproj::Project::ObjectDictionary#inspect
- Defined in:
- lib/xcodeproj/project/object_dictionary.rb
#inspect ⇒ String
Returns A string suitable for debugging.
68 69 70 71 |
# File 'lib/xcodeproj/project/object_dictionary.rb', line 68 def inspect "<ObjectDictionary attribute:`#{@attribute.name}` " \ "owner:`#{@owner.display_name}` values:#{super.inspect}>" end |