From 382b4af605eece7c9c917258d5daa3e103b0cb8f Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 27 Aug 2008 05:02:32 +0000 Subject: revert removed comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cgi.rb | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3