# File lib/tins/find.rb, line 72
      def visit_path?(path)
        @suffix.nil? || @suffix.include?(path.suffix)
      end