# File lib/cgikit/delegate.rb, line 80
      def textarea( attributes = {}, other = '', content = '' )
        new(:textarea, attributes, other, content)
      end