summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 18:38:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 18:38:20 +0000
commit58c31ca6d84bf5393e7200faac97ee877be2b1e8 (patch)
tree469edd459add35670ab478bed57a995557fe1840 /NEWS
parentd9dd33fc27fc2108e78dd60cc0b37042bd39f5fd (diff)
updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8427bc1675..5d30429344 100644
--- a/NEWS
+++ b/NEWS
@@ -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