Module: StreamCapture
- Defined in:
- lib/stream_capture.rb,
lib/stream_capture/core.rb,
lib/stream_capture/version.rb
Overview
Defined Under Namespace
Classes: Core, NoBlockExistsError
Constant Summary
collapse
- VERSION =
'1.0.8'
Class Method Summary
collapse
Instance Method Summary
collapse
Instance Method Details
#capture_std_both ⇒ Object
40
41
42
|
# File 'lib/stream_capture.rb', line 40
def capture_std_both(...)
StreamCapture.std_both(...)
end
|
#capture_stderr ⇒ Object
36
37
38
|
# File 'lib/stream_capture.rb', line 36
def capture_stderr(...)
StreamCapture.stderr(...)
end
|
#capture_stdout ⇒ Object
32
33
34
|
# File 'lib/stream_capture.rb', line 32
def capture_stdout(...)
StreamCapture.stdout(...)
end
|