[Source]
# File lib/facter/util/plist/parser.rb, line 136 136: def to_ruby 137: children.first.to_ruby if children.first 138: end
[Validate]