We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ff671 commit daab9a2Copy full SHA for daab9a2
lib/timeout.rb
@@ -57,7 +57,6 @@ def self.handle_timeout(message) # :nodoc:
57
else
58
Process.method(:clock_gettime)
59
end
60
-
61
private_constant :GET_TIME
62
63
class State
@@ -89,10 +88,10 @@ def self.instance
89
88
90
::Timeout::RACTOR_SUPPORT = true # for test
91
92
- @GLOBAL_STATE = State.new
+ GLOBAL_STATE = State.new
93
94
def self.instance
95
- @GLOBAL_STATE
+ GLOBAL_STATE
96
97
98
@@ -143,7 +142,6 @@ def ensure_timeout_thread_created
143
142
144
145
146
147
private_constant :State
148
149
class Request
0 commit comments