# File lib/rufus/sc/scheduler.rb, line 67 def find_jobs (tag=nil) tag ? find_by_tag(tag) : all_jobs.values end