# File lib/whenever/job.rb, line 25
    def has_role?(role)
      roles.empty? || roles.include?(role)
    end