module Rufus::Scheduler::LegacyMethods

def find_jobs (tag=nil)

def find_jobs (tag=nil)
  tag ? find_by_tag(tag) : all_jobs.values
end