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