Method: TTY::Command::Result#exit_status

Defined in:
lib/tty/command/result.rb

#exit_statusObject Also known as: exitstatus, status

Information on how the process exited



52
53
54
# File 'lib/tty/command/result.rb', line 52

def exit_status
  @status
end