method
to_s
to_s()
public
Hide source
# File railties/lib/rails/code_statistics.rb, line 21 def to_s print_header @pairs.each { |pair| print_line(pair.first, @statistics[pair.first]) } print_splitter if @total print_line("Total", @total) print_splitter end print_code_test_stats end