# File lib/nanoc3/base/rule.rb, line 40
    def applicable_to?(item)
      item.identifier =~ @identifier_regex
    end