From ed9f79df1a6f9891eba4d475f25682bf0048ed3f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Jan 2014 03:43:44 +0000 Subject: 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 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3