# File lib/rufus/scheduler.rb, line 203 def at(time, callable=nil, opts={}, &block) do_schedule(:once, time, callable, opts, opts[:job], block) end