Sha256: af30fd442e63b6eac3983c915eb1eadd97a889ff2af6d8ba623fc41f9199a8c8
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
module Guard class Staticise class Notifier class << self def image(result) result ? :success: :faild end def notify(result, message) ::Guard::Notifier.notify(message, :title => 'Guard::Staticise', :image => image(result)) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems