method
find_attached_subscriber
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Subscriber
find_attached_subscriber()private
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 108
def find_attached_subscriber
subscribers.find { |attached_subscriber| attached_subscriber.instance_of?(self) }
end