method

verify

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.

verify(purpose)
public

No documentation available.

# File activesupport/lib/active_support/messages/metadata.rb, line 58
      def verify(purpose)
        @message if match?(purpose) && fresh?
      end