summaryrefslogtreecommitdiff
path: root/lib/cgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cgi.rb')
-rw-r--r--lib/cgi.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 1327b64d34..705b0ccf13 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -959,6 +959,9 @@ convert string charset, and set language to "ja".
def to_a
@params
end
+ def to_ary # to be rhs of multiple assignment
+ @params
+ end
end
def [](key)