Legacy from the previous version of Rufus-Scheduler.
Consider all methods here as 'deprecated'.
# File lib/rufus/sc/scheduler.rb, line 70 def at_job_count @jobs.select(:at).size + @jobs.select(:in).size end
# File lib/rufus/sc/scheduler.rb, line 77 def cron_job_count @cron_jobs.size end
# File lib/rufus/sc/scheduler.rb, line 74 def every_job_count @jobs.select(:every).size end
# File lib/rufus/sc/scheduler.rb, line 67 def find_jobs (tag=nil) tag ? find_by_tag(tag) : all_jobs.values end
Generated with the Darkfish Rdoc Generator 2.