Class: Array

Inherits:
Object show all
Defined in:
lib/cute_logger.rb

Overview

Specify that the arrays must traverse all the children to format the log

Instance Method Summary collapse

Instance Method Details

#to_log_formatObject



118
119
120
# File 'lib/cute_logger.rb', line 118

def to_log_format
  map(&:to_log_format)
end