# File lib/facter/util/plist/parser.rb, line 43
43:     def tag_start(name, attributes)
44:       @open.push PTag::mappings[name].new
45:     end