Class Plist::PArray
In: lib/facter/util/plist/parser.rb
Parent: PTag

Methods

to_ruby  

Public Instance methods

[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]