summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-07 03:43:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-07 03:43:44 +0000
commited9f79df1a6f9891eba4d475f25682bf0048ed3f (patch)
tree8dde0691c728e9d70a10117a689f79522647715b
parent97c0aaea71f9855403dcf14f505079822029d439 (diff)
timeout.rb: unused attribute
* lib/timeout.rb (Timeout::ExitException): remove unused attribute, klass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/timeout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb
index 753bb91ffd..441f8d4236 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -26,7 +26,7 @@ module Timeout
class Error < RuntimeError
end
class ExitException < ::Exception # :nodoc:
- attr_reader :klass, :thread
+ attr_reader :thread
def self.catch
exc = new