Method: CommandKit::Stdio#stdout
- Defined in:
- lib/command_kit/stdio.rb
#stdout ⇒ $stdout, IO
Returns the stdout output stream.
67 68 69 |
# File 'lib/command_kit/stdio.rb', line 67 def stdout @stdout || $stdout end |
Returns the stdout output stream.
67 68 69 |
# File 'lib/command_kit/stdio.rb', line 67 def stdout @stdout || $stdout end |