Method: CFPropertyList228::List#load_binary_str
- Defined in:
- lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb
#load_binary_str(str = nil) ⇒ Object
load a plist from a binary string
- str
-
The string containing the plist
282 283 284 |
# File 'lib/nixenvironment/CFPropertyList228/lib/cfpropertylist/rbCFPropertyList.rb', line 282 def load_binary_str(str=nil) load_str(str,List::FORMAT_BINARY) end |