method
_locals
_locals()
private
Hide source
# File activesupport/lib/active_support/core_ext/thread.rb, line 79 def _locals if defined?(@_locals) @_locals else LOCK.synchronize { @_locals ||= {} } end end