class method
self.fetch_public_methods
Ruby on Rails 6.1.7.10
Since v6.1.7.10 PrivateSignature
self.fetch_public_methods(subscriber, inherit_all)
No documentation comment.
Parameters
-
subscriberreq -
inherit_allreq
Source
# File activesupport/lib/active_support/subscriber.rb, line 122
def fetch_public_methods(subscriber, inherit_all)
subscriber.public_methods(inherit_all) - Subscriber.public_instance_methods(true)
end
Defined in activesupport/lib/active_support/subscriber.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Subscriber