aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi.rb
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
commit382b4af605eece7c9c917258d5daa3e103b0cb8f (patch)
treea5e3058ed16dfe6b68136eee693f6d0ed4902831 /lib/cgi.rb
parentb64fd4625d9bf215cd3db7b27e13e8f4956dbcdd (diff)
downloadruby-382b4af605eece7c9c917258d5daa3e103b0cb8f.tar.gz
revert removed comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi.rb')
-rw-r--r--lib/cgi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 852891cbdb..105c4af444 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.