class Rufus::Scheduler

def self.start_new


on GitHub know what they do...
For now, let's assume the people pointing at rufus-scheduler/master

.new and emit a simple deprecation message.
Releasing the gem would probably require redirecting .start_new to
def self.start_new
  fail "this is rufus-scheduler 3.0, use .new instead of .start_new"
end