Method: CountLOC::LineCounter.headline

Defined in:
lib/countloc.rb

.headlineObject

Generate a string that contains the column headers for the metrics printed with to_s



118
119
120
# File 'lib/countloc.rb', line 118

def self.headline
  sprintf LINE_FORMAT, "LOC", "COMMENTS", "BLANK", "LINES", "CODE:COMMENT", "FILE"
end