module RSpec::Matchers

def yield_with_no_args

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_with_no_args
  BuiltIn::YieldWithNoArgs.new
end