# File lib/nanoc/extra/pruner.rb, line 61
    def filename_excluded?(f)
      pathname = Pathname.new(f)
      @exclude.any? { |e| pathname.include_component?(e) } 
    end