class Guard::Notifier
def self.detected
def self.detected @notifier.available.map do |mod| { name: mod.name.to_sym, options: mod.options } end end
def self.detected @notifier.available.map do |mod| { name: mod.name.to_sym, options: mod.options } end end