class CFPropertyList::ParserInterface

interface class for PList parsers

def load(opts={})

load a plist
def load(opts={})
  return ""
end

def to_str(opts={})

convert a plist to string
def to_str(opts={})
  return true
end