# File lib/rufus/scheduler.rb, line 228 def schedule_every(duration, callable=nil, opts={}, &block) do_schedule(:every, duration, callable, opts, true, block) end