# File lib/rufus/treechecker.rb, line 236
      def accept_pattern (pat)

        (@accepted_patterns[pat.first] ||= []) << pat
      end