# File lib/rufus/treechecker.rb, line 228 def exclude_pattern(pat, message) (@excluded_patterns[pat.first] ||= []) << [ pat, message || "#{pat.inspect} is excluded" ] end