class Concurrent::AbstractLocals

def locals!

Returns the locals for the current scope, creating them if necessary.
def locals!
  raise NotImplementedError
end