# File lib/cgikit/delegate.rb, line 145
    def open_tag
      s = "<#@name #{attributes_string()}"
      unless @other.empty? then
        s << " #@other"
      end
      s << ">"
      s
    end