class Concurrent::FiberLocalVar

def value

Returns:
  • (Object) - the current value
def value
  LOCALS.fetch(@index) { default }
end