# File lib/rufus/sc/scheduler.rb, line 249
    def find_by_tag(tag)

      all_jobs.values.select { |j| j.tags.include?(tag) }
    end