class Concurrent::AbstractLocals

def locals

Returns the locals for the current scope, or nil if none exist.
def locals
  raise NotImplementedError
end