class RSpec::Matchers::BuiltIn::Output

def to_stdout

Other tags:
    Api: - public
def to_stdout
  @stream_capturer = CaptureStdout
  self
end