diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-08 00:51:16 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-08 00:51:16 +0000 |
| commit | 1338dcea730a2722cb8175baeb882ffcf3dfe7c2 (patch) | |
| tree | 889c1d2ae92c3dbc0dc00a4e45ed2a91cc450b0c /lib/cgi.rb | |
| parent | 49925b79541ebca9430321ef843f57d95dec289a (diff) | |
| download | ruby-1338dcea730a2722cb8175baeb882ffcf3dfe7c2.tar.gz ruby-1338dcea730a2722cb8175baeb882ffcf3dfe7c2.tar.xz ruby-1338dcea730a2722cb8175baeb882ffcf3dfe7c2.zip | |
* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]
* object.c: [ruby-doc:818]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi.rb')
| -rw-r--r-- | lib/cgi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb index 0fd0bc7cd..7c84f6464 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -770,7 +770,7 @@ class CGI # cookie1.domain = 'domain' # cookie1.expires = Time.now + 30 # cookie1.secure = true - class Cookie < SimpleDelegator + class Cookie < DelegateClass(Array) # Create a new CGI::Cookie object. # |
