class RSpec::Matchers::DSL::Matcher

def matcher_execution_context=(value)

def matcher_execution_context=(value)
  RSpec.deprecate("`matcher_execution_context=` on custom matchers")
  @matcher_execution_context = value
end