Class: Guard::Ronn::Notifier
- Inherits:
-
Object
- Object
- Guard::Ronn::Notifier
- 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(, title: 'Ronn results', image: guard_image) end |