instance method print_header

Ruby on Rails 8.1.2

Since v8.0.4 Private

Available in: v8.0.4 v8.1.2

Signature

print_header()

No documentation comment.

Source
# File railties/lib/rails/code_statistics.rb, line 125
      def print_header
        print_splitter
        print "| Name                "
        HEADERS.each do |k, v|
          print " | #{v.rjust(width_for(k))}"
        end
        puts " | M/C | LOC/M |"
        print_splitter
      end

Defined in railties/lib/rails/code_statistics.rb line 125 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::CodeStatistics

Type at least 2 characters to search.

↑↓ navigate · open · esc close