# File lib/ruote/reader/ruby_dsl.rb, line 106
      def initialize(name, attributes)

        @name = name
        @attributes = attributes
        @children = []
      end