Method: Gitlab::Shell.quit_shell

Defined in:
lib/gitlab/shell.rb

.quit_shellObject



72
73
74
75
# File 'lib/gitlab/shell.rb', line 72

def quit_shell
  history.save
  exit
end