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)
    @cron_line.matches? time
end