# File lib/ruote/reader/xml.rb, line 60 def to_a [ @name, @attributes, @children.collect { |c| c.to_a } ] end