Class: ConfigOMat::StdoutLogWriter

Inherits:
LogWriter
  • Object
show all
Defined in:
lib/config_o_mat/shared/types.rb

Instance Method Summary collapse

Methods inherited from LogWriter

#call

Instance Method Details

#writeObject



36
37
38
39
# File 'lib/config_o_mat/shared/types.rb', line 36

def write
  $stdout.write(yield)
  $stdout.flush
end