Method: Plist::PArray#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



171
172
173
174
175
# File 'lib/plist/parser.rb', line 171

def to_ruby
  children.collect do |c|
    c.to_ruby
  end
end