Method: Gitlab::Shell::History#load

Defined in:
lib/gitlab/shell_history.rb

#loadObject



11
12
13
# File 'lib/gitlab/shell_history.rb', line 11

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