method

match?

rails latest stable - Class: ActiveSupport::Messages::Metadata

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

match?(purpose)
private

No documentation available.

# File activesupport/lib/active_support/messages/metadata.rb, line 63
        def match?(purpose)
          @purpose.to_s == purpose.to_s
        end