# File lib/sprockets/paths.rb, line 41
    def clear_paths
      @trail.paths.dup.each { |path| @trail.remove_path(path) }
    end