class RSpec::Matchers::BuiltIn::YieldWithArgs

def description

Other tags:
    Private: -
def description
  desc = 'yield with args'
  desc = "#{desc}(#{expected_arg_description})" unless @expected.empty?
  desc
end