зеркало из https://github.com/github/ruby.git
Doug Kearns's doc. patch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5a6de8f5c5
Коммит
3632100c64
2
array.c
2
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!"]
|
||||
|
|
|
@ -10,6 +10,7 @@ abbrev.rb
|
|||
base64.rb
|
||||
benchmark.rb
|
||||
cgi.rb
|
||||
cgi
|
||||
complex.rb
|
||||
date.rb
|
||||
English.rb
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
session.rb
|
Загрузка…
Ссылка в новой задаче