class Thread
Stub thread class
Public Class Methods
current()
click to toggle source
# File lib/volt/utils/modes.rb, line 6 def self.current @current ||= {} end
Stub thread class
# File lib/volt/utils/modes.rb, line 6 def self.current @current ||= {} end