method

fetch_public_methods

rails latest stable - Class: ActiveSupport::Subscriber
fetch_public_methods(subscriber, inherit_all)
private

No documentation available.

# File activesupport/lib/active_support/subscriber.rb, line 123
        def fetch_public_methods(subscriber, inherit_all)
          subscriber.public_methods(inherit_all) - Subscriber.public_instance_methods(true)
        end