module Rufus::Scheduler::Schedulable

def trigger (params)

def trigger (params)
  raise NotImplementedError.new('implementation is missing')
end