# File lib/facter/util/plist/parser.rb, line 171
171:     def to_ruby
172:       children.collect do |c|
173:         c.to_ruby
174:       end
175:     end