# File lib/rufus/scheduler.rb, line 114
    def self.singleton(opts={})

      @singleton ||= Rufus::Scheduler.new(opts)
    end