# File lib/pry/history.rb, line 23
    def load
      @loader.call do |line|
        @pusher.call(line.chomp)
        @history << line.chomp
      end
      @saved_lines = @history.length
    end