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