summaryrefslogtreecommitdiff
path: root/lib/timeout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timeout.rb')
-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