method
after_initialize
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::LoggerThreadSafeLevel
after_initialize()public
No documentation available.
# File activesupport/lib/active_support/logger_thread_safe_level.rb, line 7
def after_initialize
@local_levels = Concurrent::Map.new(initial_capacity: 2)
end