class Guard::Notifier

def self.detected

Used by dsl describer
def self.detected
  @notifier.available.map do |mod|
    { name: mod.name.to_sym, options: mod.options }
  end
end