git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-02-26 13:50:40 +00:00
Родитель 5a6de8f5c5
Коммит 3632100c64
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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!"]

Просмотреть файл

@ -10,6 +10,7 @@ abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cgi
complex.rb
date.rb
English.rb

1
lib/cgi/.document Normal file
Просмотреть файл

@ -0,0 +1 @@
session.rb