module Rufus::Scheduler

def self.new(opts={})


Starts and return a new instance of a PlainScheduler.
def self.new(opts={})
  PlainScheduler.start_new(opts)
end