# File lib/cgikit/delegate.rb, line 103
      def submit( attributes = {}, other = '' )
        attributes[:type] = 'submit'
        new(:input, attributes, other)
      end