Class: BoringBackup::Notifiers::Stdout
- Inherits:
-
Object
- Object
- BoringBackup::Notifiers::Stdout
- Defined in:
- lib/boring_backup/notifiers/stdout.rb
Instance Method Summary collapse
Instance Method Details
#notify(result) ⇒ Object
3 4 5 |
# File 'lib/boring_backup/notifiers/stdout.rb', line 3 def notify(result) result..each { || puts } end |