class Guard::Notifier::Libnotify

def self.available?(opts = {})

def self.available?(opts = {})
  super and require_gem_safely(opts)
end