# File lib/kwartz/node.rb, line 147
    def initialize(kind, name=nil)
      @kind = kind    # symbol
      @name = name    # string
    end