# File lib/rufus/sc/scheduler.rb, line 115
    def self.start_new (opts={})

      s = self.new(opts)
      s.start
      s
    end