class Xcodeproj::Workspace

def to_s

Returns:
  • (String) - the XML representation of the workspace.
def to_s
  contents = file_references.map { |reference| file_reference_xml(reference) }
  root_xml(contents.join(''))
end