method
new
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Subscriber
new()public
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 128
def initialize
@queue_key = [self.class.name, object_id].join "-"
@patterns = {}
super
end