class Travis::Tools::Notification::Dummy

def available?

def available?
  true
end

def notify(title, body)

def notify(title, body)
end