[前][次][番号順一覧][スレッド一覧]

ruby-changes:27346

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:19:18 +0900 (JST)
Subject: [ruby-changes:27346] marcandRe: r39398 (trunk): * NEWS: pending_interrupt? is both instance and singleton method

marcandre	2013-02-23 08:16:24 +0900 (Sat, 23 Feb 2013)

  New Revision: 39398

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39398

  Log:
    * NEWS: pending_interrupt? is both instance and singleton method

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39397)
+++ NEWS	(revision 39398)
@@ -183,8 +183,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L183
         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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]