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