# File lib/rufus/treechecker.rb, line 241
      def exclude_pattern (pat, message)

        (@excluded_patterns[pat.first] ||= []) << [
          pat, message || "#{pat.inspect} is excluded" ]
      end