class RSpec::Matchers::BuiltIn::Output

def to_stderr

Other tags:
    Api: - public
def to_stderr
  @stream_capturer = CaptureStderr
  self
end