class method
self.new
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 56
def initialize
super
@silenced_events = {}
end
Defined in activesupport/lib/active_support/structured_event_subscriber.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::StructuredEventSubscriber