Methods
Public Instance methods
[](key) [ source ]

Attribute Reference—Returns the value of a fiber-local variable, using either a symbol or a string name. If the specified variable does not exist, returns nil.

[]=(key,value) [ source ]

Attribute Assignment—Sets or creates the value of a fiber-local variable, using either a symbol or a string. See also Fiber#[].