CGI.new(tag_maker) { block }CGI.new(options_hash = {}) { block }
Class Public methods
Create a new CGI instance.
tag_maker
This is the same as using the options_hash form with the value
{ :tag_maker => tag_maker } Note that it is recommended to
use the options_hash form, since it also allows you specify
the charset you will accept.
options_hash
A Hash that recognizes two options:
:accept_charset
specifies encoding of received query string. If omitted,
@@accept_charset