# File lib/scrubyt/output/result_dumper.rb, line 79 def self.print_statistics(pattern) puts "\n" * 2 print_statistics_recursive(pattern,0) puts end