# File lib/rufus/sc/scheduler.rb, line 148
    def at (t, s=nil, opts={}, &block)

      add_job(AtJob.new(self, t, combine_opts(s, opts), &block))
    end