summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-27 05:02:32 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-27 05:02:32 +0000
commit4741278bda371cee3b70c385cfa21361b8d8f4cb (patch)
treea5e3058ed16dfe6b68136eee693f6d0ed4902831 /lib
parent299b40b9871026177c1f6fd6114b6e0230c7ae00 (diff)
downloadruby-4741278bda371cee3b70c385cfa21361b8d8f4cb.tar.gz
ruby-4741278bda371cee3b70c385cfa21361b8d8f4cb.tar.xz
ruby-4741278bda371cee3b70c385cfa21361b8d8f4cb.zip
revert removed comment.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/cgi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 852891cbd..105c4af44 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -749,6 +749,7 @@ class CGI
stdoutput.print(*options)
end
+ # Class representing an HTTP cookie.
#
# In addition to its specific fields and methods, a Cookie instance
# is a delegator to the array of its values.