# File lib/cgikit/elements/reset.rb, line 25 def append_to_response( response, context ) take_value(:value) html = "<input type=\"reset\" name=\"#{name_value(context)}\" value=\"#{escaped_string(@values[:value])}\"" html << other() html << enabled() html << " />" response.content << html end