# File lib/cgikit.rb, line 3050
        def to_s
                to_s = "<input type=\"submit\" name=\"#@attr_name\" value=\"#@attr_value\""
                to_s << other_attributes_string
                to_s << ">"
        end