diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-21 18:38:20 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-21 18:38:20 +0000 |
commit | 97190559e4f177fc8d772839d18ae4d2a2285951 (patch) | |
tree | 469edd459add35670ab478bed57a995557fe1840 /NEWS | |
parent | 8558ef6a5c04a673333a70cc481131d94b6a3b8e (diff) | |
download | ruby-97190559e4f177fc8d772839d18ae4d2a2285951.tar.gz ruby-97190559e4f177fc8d772839d18ae4d2a2285951.tar.xz ruby-97190559e4f177fc8d772839d18ae4d2a2285951.zip |
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |