From 081a891a5dfcc7e655111111cc4af745fe355763 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 26 Feb 2004 13:50:40 +0000 Subject: Doug Kearns's doc. patch git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- lib/.document | 1 + lib/cgi/.document | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 lib/cgi/.document diff --git a/array.c b/array.c index 4b9321cc0..b309ea044 100644 --- a/array.c +++ b/array.c @@ -1636,7 +1636,7 @@ rb_ary_sort(ary) * * Invokes block once for each element of self. Creates a * new array containing the values returned by the block. - * See also Enumerable#collect. + * See also Enumerable#collect. * * a = [ "a", "b", "c", "d" ] * a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"] diff --git a/lib/.document b/lib/.document index 598407e22..e93b0e63e 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 000000000..4153f97aa --- /dev/null +++ b/lib/cgi/.document @@ -0,0 +1 @@ +session.rb \ No newline at end of file -- cgit