class Rufus::CronJob

def matches? (time)


has to fire this CronJob instance.
This is the method called by the scheduler to determine if it
def matches? (time)
#def matches? (time, precision)
  #@cron_line.matches?(time, precision)
  @cron_line.matches?(time)
end