git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-04-16 17:21:51 +00:00
Родитель 8e8ae2a9c5
Коммит 29655d072b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -49,8 +49,8 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* extended methods:
* respond_to? returns false for not-implemented methods
such as Process.fork on Windows.
* respond_to? returns false for methods which simply raise
NotImplementedError such as Process.fork on Windows.
* rss