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

ruby-changes:32440

From: nobu <ko1@a...>
Date: Tue, 7 Jan 2014 12:43:47 +0900 (JST)
Subject: [ruby-changes:32440] nobu:r44519 (trunk): timeout.rb: unused attribute

nobu	2014-01-07 12:43:44 +0900 (Tue, 07 Jan 2014)

  New Revision: 44519

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

  Log:
    timeout.rb: unused attribute
    
    * lib/timeout.rb (Timeout::ExitException): remove unused attribute,
      klass.

  Modified files:
    trunk/lib/timeout.rb
Index: lib/timeout.rb
===================================================================
--- lib/timeout.rb	(revision 44518)
+++ lib/timeout.rb	(revision 44519)
@@ -26,7 +26,7 @@ module Timeout https://github.com/ruby/ruby/blob/trunk/lib/timeout.rb#L26
   class Error < RuntimeError
   end
   class ExitException < ::Exception # :nodoc:
-    attr_reader :klass, :thread
+    attr_reader :thread
 
     def self.catch
       exc = new

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

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