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