class RSpec::Matchers::BuiltIn::Output

def description

Returns:
  • (String) -

Other tags:
    Api: - private
def description
  if @expected
    "output #{description_of @expected} to #{@stream_capturer.name}"
  else
    "output to #{@stream_capturer.name}"
  end
end