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