Method: Gitlab::Shell::History#load

Defined in:
lib/gitlab/shell_history.rb

#loadObject



13
14
15
# File 'lib/gitlab/shell_history.rb', line 13

def load
  read_from_file { |line| Readline::HISTORY << line.chomp }
end