# File lib/rufus/sc/scheduler.rb, line 242 def find_by_tag (tag) all_jobs.values.select { |j| j.tags.include?(tag) } end