class method
self.new
Ruby on Rails 7.1.6
Since v7.1.6Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 137
def initialize
super
@event_levels = {}
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 137
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber