Merge CGI-0.3.5

This commit is contained in:
Hiroshi SHIBATA 2022-11-22 13:50:06 +09:00 committed by nagachika
parent 14704023ec
commit 16ea221329
9 changed files with 455 additions and 189 deletions

View file

@ -162,7 +162,7 @@
# cgi.has_key?('field_name')
# cgi.include?('field_name')
#
# CAUTION! cgi['field_name'] returned an Array with the old
# CAUTION! <code>cgi['field_name']</code> returned an Array with the old
# cgi.rb(included in Ruby 1.6)
#
# === Get form values as hash
@ -288,7 +288,7 @@
#
class CGI
VERSION = "0.3.2"
VERSION = "0.3.5"
end
require 'cgi/core'