Method: CFPropertyList228::List#load_xml

Defined in:
lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb

#load_xml(filename = nil) ⇒ Object

Load an XML PropertyList

filename = nil

The filename to read from; if nil, read from the file defined by instance variable filename



264
265
266
# File 'lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb', line 264

def load_xml(filename=nil)
  load(filename,List::FORMAT_XML)
end