We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b1c41 commit e391a57Copy full SHA for e391a57
lib/rails_stats/console_formatter.rb
@@ -36,8 +36,6 @@ def print_line(name, statistics)
36
m_over_c = (statistics.methods / statistics.classes) rescue m_over_c = 0
37
loc_over_m = (statistics.code_lines / statistics.methods) - 2 rescue loc_over_m = 0
38
39
- require 'byebug'; byebug if statistics.nil?
40
-
41
puts "| #{name.ljust(20)} " \
42
"| #{statistics.files_total.to_s.rjust(7)} " \
43
"| #{statistics.lines.to_s.rjust(7)} " \
0 commit comments