Method: Climate::Command#stdout

Defined in:
lib/climate/command.rb

#stdoutIO

a possibly redirected stream

Returns:

  • (IO)


248
249
250
# File 'lib/climate/command.rb', line 248

def stdout
  @stdout
end