class RSpec::Matchers::BuiltIn::Output

def to_stderr_from_any_process

Other tags:
    Api: - public
def to_stderr_from_any_process
  @stream_capturer = CaptureStreamToTempfile.new("stderr", $stderr)
  self
end