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