method
print_header
v2.1.0 -
Show latest stable
- Class:
CodeStatistics
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