module RSpec::Matchers

def yield_control

Other tags:
    Note: - This matcher is not designed for use with methods that yield
    Note: - Your expect block must accept a parameter and pass it on to
def yield_control
  BuiltIn::YieldControl.new
end