Method: Plist::PTag#initialize

Defined in:
lib/plist/parser.rb

#initializePTag

Returns a new instance of PTag.



126
127
128
# File 'lib/plist/parser.rb', line 126

def initialize
  @children = Array.new
end