Recurring job, cron style.
Creates a new CronJob instance.
# File lib/rufus/sc/jobs.rb, line 329
329: def initialize(scheduler, cron_string, params, &block)
330:
331: super
332:
333: @cron_line = case @t
334:
335: when String then CronLine.new(@t)
336: when CronLine then @t
337:
338: else raise ArgumentError.new(
339: "cannot initialize a CronJob out of #{@t.inspect}")
340: end
341: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.