# File lib/plist/parser.rb, line 172
    def to_ruby
      children.collect do |c|
        c.to_ruby
      end
    end