Class: ConfigOMat::StdoutLogWriter
- Defined in:
- lib/config_o_mat/shared/types.rb
Instance Method Summary collapse
Methods inherited from LogWriter
Instance Method Details
#write ⇒ Object
36 37 38 39 |
# File 'lib/config_o_mat/shared/types.rb', line 36 def write $stdout.write(yield) $stdout.flush end |