summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-26 13:50:40 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-26 13:50:40 +0000
commit3632100c64f7f7c0780fd620751745808457bf98 (patch)
treec4bdca31ac7327e01acdebe845080c5f1ef7e819
parent5a6de8f5c5ccd76da97a9c821e55d0098f07108a (diff)
Doug Kearns's doc. patch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--array.c2
-rw-r--r--lib/.document1
-rw-r--r--lib/cgi/.document1
3 files changed, 3 insertions, 1 deletions
diff --git a/array.c b/array.c
index 4b9321cc02..b309ea044b 100644
--- a/array.c
+++ b/array.c
@@ -1636,7 +1636,7 @@ rb_ary_sort(ary)
*
* Invokes <i>block</i> once for each element of <i>self</i>. Creates a
* new array containing the values returned by the block.
- * See also Enumerable#collect</code>.
+ * See also <code>Enumerable#collect</code>.
*
* a = [ "a", "b", "c", "d" ]
* a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"]
diff --git a/lib/.document b/lib/.document
index 598407e224..e93b0e63e2 100644
--- a/lib/.document
+++ b/lib/.document
@@ -10,6 +10,7 @@ abbrev.rb
base64.rb
benchmark.rb
cgi.rb
+cgi
complex.rb
date.rb
English.rb
diff --git a/lib/cgi/.document b/lib/cgi/.document
new file mode 100644
index 0000000000..4153f97aa5
--- /dev/null
+++ b/lib/cgi/.document
@@ -0,0 +1 @@
+session.rb \ No newline at end of file