diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-01-17 08:37:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-01-17 08:37:53 +0000 |
| commit | b81d16184cbe7e6e5bef3625d9f078452524b5c5 (patch) | |
| tree | 6a421d3818dd390cf8f6b2c5544726a8950e1401 /lib/timeout.rb | |
| parent | f20019402f80300e55418d9c24719f13d77c309c (diff) | |
| download | ruby-b81d16184cbe7e6e5bef3625d9f078452524b5c5.tar.gz ruby-b81d16184cbe7e6e5bef3625d9f078452524b5c5.tar.xz ruby-b81d16184cbe7e6e5bef3625d9f078452524b5c5.zip | |
2000-01-17
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/timeout.rb')
| -rw-r--r-- | lib/timeout.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb index 75340d52d..b6bda6cec 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -25,8 +25,6 @@ class TimeoutError<StandardError end -Thread.abort_on_exception = true - def timeout(sec) begin x = Thread.current |
