method

print_header

print_header()
private

No documentation available.

# File railties/lib/code_statistics.rb, line 71
    def print_header
      print_splitter
      puts "| Name                 | Lines |   LOC | Classes | Methods | M/C | LOC/M |"
      print_splitter
    end