Method: Gitlab::Shell.quit_shell

Defined in:
lib/gitlab/shell.rb

.quit_shellObject

[View source]

74
75
76
77
# File 'lib/gitlab/shell.rb', line 74

def quit_shell
  history.save
  exit
end