8 9 10 11 12
# File 'lib/eric_tools/array.rb', line 8 def to_debug self.each { |item| ((item||'').to_s).to_debug } end