# File lib/facter/util/plist/parser.rb, line 51 def tag_end(name) last = @open.pop if @open.empty? @result = last.to_ruby else @open.last.children.push last end end