mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
Merge CGI-0.3.5
This commit is contained in:
parent
14704023ec
commit
16ea221329
9 changed files with 455 additions and 189 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue