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