Source
-
class Thread
-
module Local
-
def local
Instantiate a new thread-local object.
-
def instance
Get the current thread-local instance. Create it if required.
-
def instance= instance
Assigns the current thread-local instance.
-
-