class Travis::Tools::Notification::LibNotify

def initialize

def initialize
  @command     = "notify-send"
  @expire_time = 10_000
end