# File lib/gitlab/shell_history.rb, line 24
    def lines
      Readline::HISTORY.to_a.last(max_lines)
    end