# File lib/pry/history.rb, line 55
    def clear
      @clearer.call
      @history = []
      @saved_lines = 0
    end