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.