From 54eb8d1917b5abb3214d49ae95f66b3c673dd5fb Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 16 Apr 2009 17:21:51 +0000 Subject: updated. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cfa57429a..043533a6f 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 -- cgit