diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-16 17:21:51 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-16 17:21:51 +0000 |
commit | 54eb8d1917b5abb3214d49ae95f66b3c673dd5fb (patch) | |
tree | 698f01a02a466c9ae9f438499bf2a00b63d91031 | |
parent | 99dd4c5285690ae9d33a62eebae99253901f714c (diff) | |
download | ruby-54eb8d1917b5abb3214d49ae95f66b3c673dd5fb.tar.gz ruby-54eb8d1917b5abb3214d49ae95f66b3c673dd5fb.tar.xz ruby-54eb8d1917b5abb3214d49ae95f66b3c673dd5fb.zip |
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |