Method: Xcodeproj::Project::ObjectDictionary#inspect

Defined in:
lib/xcodeproj/project/object_dictionary.rb

#inspectString

Returns A string suitable for debugging.

Returns:

  • (String)

    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