# File lib/capybara-screenshot.rb, line 86 def self.prune(options = {}) reset_prune_history if options[:force] Capybara::Screenshot::Pruner.new(Capybara::Screenshot.prune_strategy).prune_old_screenshots unless @pruned_previous_screenshots @pruned_previous_screenshots = true end