class method
self.fetch_public_methods
Ruby on Rails 8.1.2
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/log_subscriber.rb, line 117
def fetch_public_methods(subscriber, inherit_all)
subscriber.public_methods(inherit_all) - LogSubscriber.public_instance_methods(true)
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 117
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber