class CFPropertyList::PlainParser

def to_str(opts={})

opts = {}:: Specify options: :formatted - Use indention and line breaks
serialize CFPropertyList object to XML
def to_str(opts={})
  opts[:root].to_plain(self)
end