2 3 4 5 6
# File 'lib/eric_tools/array.rb', line 2 def to_logger self.each { |item| ((item||'').to_s).to_logger } end