Rufus::Scheduler::OneTimeJob
# File lib/rufus/scheduler/jobs.rb, line 368 def initialize(scheduler, time, opts, block) super(scheduler, time, opts, block) @next_time = opts[:_t] || Rufus::Scheduler.parse_at(time, opts) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.