Class: CFPropertyList::ParserInterface

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

Overview

interface class for PList parsers

Instance Method Summary collapse

Instance Method Details

#load(opts = {}) ⇒ Object

load a plist



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

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

#to_str(opts = {}) ⇒ Object

convert a plist to string



58
59
60
# File 'lib/cfpropertylist/rbCFPropertyList.rb', line 58

def to_str(opts={})
  return true
end