13 14 15
# File 'lib/gitlab/shell_history.rb', line 13 def load read_from_file { |line| Readline::HISTORY << line.chomp } end