Method: Plist::PTag#initialize

Defined in:
lib/plist/parser.rb

#initialize(options) ⇒ PTag



164
165
166
167
# File 'lib/plist/parser.rb', line 164

def initialize(options)
  @children = []
  @options = options
end