module RSpec::Matchers::DSL::Macros

def failure_message(&definition)

Other tags:
    Yield: - actual the actual object (i.e. the value wrapped by `expect`)
def failure_message(&definition)
  define_user_override(__method__, definition)
end