module Notifier module Placebo extend self def supported? true end def notify(options) end end end