method
after_initialize
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::LoggerThreadSafeLevel
after_initialize()public
No documentation available.
# File activesupport/lib/active_support/logger_thread_safe_level.rb, line 8
def after_initialize
@local_levels = ThreadSafe::Cache.new
end