# File lib/yard/templates/helpers/base_helper.rb, line 23 def run_verifier(list) options[:verifier] ? options[:verifier].run(list) : list end