# File lib/rufus/sc/scheduler.rb, line 403
    def initialize (opts={})

      raise LoadError.new(
        'EventMachine missing, "require \'eventmachine\'" might help'
      ) unless defined?(EM)

      super(opts)
    end