From: David Copeland Date: 2011-05-16T11:48:05+09:00 Subject: [ruby-core:36216] [Ruby 1.9 - Bug #4704][Open] Clean up and complete CGI documentation (patch included) Issue #4704 has been reported by David Copeland. ---------------------------------------- Bug #4704: Clean up and complete CGI documentation (patch included) http://redmine.ruby-lang.org/issues/4704 Author: David Copeland Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: ruby -v: ruby 1.9.3dev (2011-05-16 trunk 31583) [x86_64-darwin10.7.0] CGI's documentation has a few issues: * Some RDoc is in the wrong place (e.g. Cookie's) * Some is inconsistently worded or has grammar issues * Some methods/attributes aren't documented at all This patch addresses all of that, in addition to using :call-seq: to explain the different ways to call various methods. -- http://redmine.ruby-lang.org