diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-22 23:16:24 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-22 23:16:24 +0000 |
commit | 3f8d180092c4a5bf69ef90c8509cb6eab74400c7 (patch) | |
tree | a26c289a1111410073d7eabeee2ff5b1d77780f0 /NEWS | |
parent | e0003e074f57873832f64cb10235a230acb11213 (diff) | |
download | ruby-3f8d180092c4a5bf69ef90c8509cb6eab74400c7.tar.gz |
* NEWS: pending_interrupt? is both instance and singleton method
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -183,8 +183,8 @@ with all sufficient information, see the ChangeLog file. variable keys. * added Thread#thread_variable? for testing to see if a particular thread variable has been set. - * added Thread#pending_interrupt? and Thread.handle_interrupt for - asynchronous handling of exceptions + * added Thread.handle_interrupt as well as instance and singleton methods + pending_interrupt? for asynchronous handling of exceptions * added Thread#backtrace_locations which returns similar information of Kernel#caller_locations. * incompatible changes: |