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