class RSpec::Matchers::DSL::Matcher

def match(&block)

Other tags:
    Yield: - actual the actual value (or receiver of should)
def match(&block)
  @match_block = block
end