Source
-
class Thread-
module Local-
def localInstantiate a new thread-local object.
-
def instanceGet the current thread-local instance. Create it if required.
-
def instance= instanceAssigns the current thread-local instance.
-
-