Method: TTY::Shell#stdout

Defined in:
lib/tty/shell.rb

#stdoutObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return standard out



200
201
202
# File 'lib/tty/shell.rb', line 200

def stdout
  $stdout
end