1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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
parent 8e8ae2a9c5
commit 29655d072b

4
NEWS
View file

@ -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