class Plist::PArray

Public Instance Methods

to_ruby() click to toggle source
# File lib/plist/parser.rb, line 193
def to_ruby
  children.collect do |c|
    c.to_ruby
  end
end