class method self.fetch_public_methods

Ruby on Rails 7.1.6

Since v6.1.7.10 Private

Available in: v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

self.fetch_public_methods(subscriber, inherit_all)

No documentation comment.

Parameters

subscriber req
inherit_all req
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 121
        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 121 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::LogSubscriber

Type at least 2 characters to search.

↑↓ navigate · open · esc close