# File lib/plist/parser.rb, line 37
    def initialize
      @result = nil
      @open   = Array.new
    end