class Gitlab::Shell::History

def load

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