class RorVsWild::Agent

def ignored_job?(name)

def ignored_job?(name)
  config[:ignore_jobs].any? { |str_or_regex| str_or_regex === name }
end