Class: XlsFunction::DefaultLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/xls_function/default_logger.rb

Instance Method Summary collapse

Instance Method Details

#write(log) ⇒ Object



3
4
5
# File 'lib/xls_function/default_logger.rb', line 3

def write(log)
  pp log
end