class Rufus::Scheduler

def schedule_in(duration, callable=nil, opts={}, &block)

def schedule_in(duration, callable=nil, opts={}, &block)
  do_schedule(:once, duration, callable, opts, true, block)
end