Method: Voog::Dtk::Notifier#initialize
- Defined in:
- lib/voog/dtk/notifier.rb
#initialize(output = $stderr, silent = false) ⇒ Notifier
Returns a new instance of Notifier.
5 6 7 8 |
# File 'lib/voog/dtk/notifier.rb', line 5 def initialize(output=$stderr, silent=false) @output = output @silent = silent end |