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

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