method
print_splitter
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: CodeStatistics
print_splitter()
private
Hide source
# File railties/lib/rails/code_statistics.rb, line 91 def print_splitter print "+----------------------" HEADERS.each_key do |k| print "+#{'-' * (width_for(k) + 2)}" end puts "+-----+-------+" end