# File lib/cgikit.rb, line 1577 def to_s to_s = "<input type=\"submit\" name=\"#@attr_name\" value=\"#@attr_value\"" if @attr_disabled then to_s << " disabled" end to_s << ">" end