class Rufus::Scheduler

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

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