Skip to content

Commit

Permalink
updated.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Apr 21, 2009
1 parent d9dd33f commit 58c31ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ with all sufficient information, see the ChangeLog file.

* Kernel
* extended methods:
* respond_to? returns false for methods which simply raise
NotImplementedError such as Process.fork on Windows.
* respond_to? can be used to detect methods not implemented.
For example, Process.respond_to?(:fork) returns false on Windows.

* rss

Expand Down

0 comments on commit 58c31ca

Please sign in to comment.