Class: TryUntil::NullPrinter
- Inherits:
-
Object
- Object
- TryUntil::NullPrinter
- Defined in:
- lib/try_until/null_printer.rb
Overview
Null-Object: Will be used unless user specifies another target for informational messages printed while Repeatedly does its work
Instance Method Summary collapse
Instance Method Details
#printf(*args) ⇒ Object
5 |
# File 'lib/try_until/null_printer.rb', line 5 def printf(*args); end |