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