# File lib/nanoc/extra/checking/runner.rb, line 18 def checks_filename @_checks_filename ||= CHECKS_FILENAMES.find { |f| File.file?(f) } end