method
print_header
v4.2.7 -
Show latest stable
- Class:
CodeStatistics
print_header()private
No documentation available.
# File railties/lib/rails/code_statistics.rb, line 72
def print_header
print_splitter
puts "| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |"
print_splitter
end