# File lib/ruote/reader/radial.rb, line 160
      def to_a

        [ @expname, @attributes, @children.collect { |c| c.to_a } ]
      end