# File lib/rufus/scheduler.rb, line 208 def schedule_at(time, callable=nil, opts={}, &block) do_schedule(:once, time, callable, opts, true, block) end