method

match?

match?(purpose)
private

No documentation available.

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