Class: CFPropertyList::ParserInterface

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

Overview

interface class for PList parsers

Direct Known Subclasses

XML

Instance Method Summary collapse

Instance Method Details

#load(opts = {}) ⇒ Object

load a plist



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

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

#to_str(opts = {}) ⇒ Object

convert a plist to string



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

def to_str(opts={})
  return true
end