lib/docparser/document.rb in docparser-0.2.0 vs lib/docparser/document.rb in docparser-0.2.2

- old
+ new

@@ -30,10 +30,10 @@ end # Adds a row to an output def add_row(*row, output: 0) output = @parser.outputs.index(output) if output.is_a? Output - @logger.debug { "#{filename}: Adding row #{row.flatten.to_s}" } + @logger.debug { "#{filename}: Adding row #{row.flatten}" } results[output] << row.flatten end # Extracts the document title # @return [String] the title of the document