mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
[ruby-core:21706] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
678b9240ca
commit
1d07fd73d8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Feb 2 19:17:16 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
|
||||
[ruby-core:21706]
|
||||
|
||||
Mon Feb 2 17:23:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
|
||||
|
|
|
@ -41,7 +41,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
o Array#choice was removed (use sample)
|
||||
o Array#[m,n] = nil places nil in the array.
|
||||
* Enumerable and Enumerator
|
||||
o Enumerable#map,collect_all called without a block returns
|
||||
o Enumerable#map,collect called without a block returns
|
||||
an enumerator.
|
||||
* File and Dir operations
|
||||
o #to_path in File.path, File.chmod, File.lchmod, File.chown, File.lchown, File.utime, File.unlink... [Ruby2]
|
||||
|
|
Loading…
Reference in a new issue