class CFPropertyList::ParserInterface
interface class for PList parsers
Public Instance Methods
load(opts={})
click to toggle source
load a plist
# File lib/cfpropertylist/rbCFPropertyList.rb, line 52 def load(opts={}) return "" end
to_str(opts={})
click to toggle source
convert a plist to string
# File lib/cfpropertylist/rbCFPropertyList.rb, line 57 def to_str(opts={}) return true end