summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-16 17:21:51 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-16 17:21:51 +0000
commit29655d072bdab94932be4420769091c976f9315a (patch)
tree698f01a02a466c9ae9f438499bf2a00b63d91031 /NEWS
parent8e8ae2a9c53d58a59bc680c6d05c453ac866db8c (diff)
updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23198 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 cfa57429a3..043533a6f5 100644
--- a/NEWS
+++ b/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