# File lib/cgikit/delegate.rb, line 130
    def initialize( name = nil, attributes = {}, other = '', content = '' )
      @name = name
      @attributes = attributes
      @other = other
      @content = content
    end