Method: Gitlab::Shell.history

Defined in:
lib/gitlab/shell.rb

.historyObject

[View source]

79
80
81
# File 'lib/gitlab/shell.rb', line 79

def history
  @history ||= History.new
end