Class: Guard::Ronn::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/guard/ronn/notifier.rb

Instance Method Summary collapse

Instance Method Details

#notify(result) ⇒ Object



5
6
7
8
9
10
# File 'lib/guard/ronn/notifier.rb', line 5

def notify(result)
  @result = result

  Guard::Compat::UI.notify(guard_message, title: 'Ronn results',
                                          image: guard_image)
end