Class: CFPropertyList::ParserInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/rbCFPropertyList.rb

Overview

interface class for PList parsers

Direct Known Subclasses

XML, XMLParserInterface

Instance Method Summary collapse

Instance Method Details

#load(opts = {}) ⇒ Object

load a plist



49
50
51
# File 'lib/rbCFPropertyList.rb', line 49

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

#to_str(opts = {}) ⇒ Object

convert a plist to string



54
55
56
# File 'lib/rbCFPropertyList.rb', line 54

def to_str(opts={})
  return true
end