Class: Reek::Report::ProgressFormatter::Quiet

Inherits:
Base
  • Object
show all
Defined in:
lib/reek/report/progress_formatter.rb

Overview

Does not show progress

Instance Attribute Summary

Attributes inherited from Base

#sources_count

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Reek::Report::ProgressFormatter::Base

Instance Method Details



73
74
75
# File 'lib/reek/report/progress_formatter.rb', line 73

def footer
  ''
end

#headerObject



65
66
67
# File 'lib/reek/report/progress_formatter.rb', line 65

def header
  ''
end

#progress(_examiner) ⇒ Object



69
70
71
# File 'lib/reek/report/progress_formatter.rb', line 69

def progress(_examiner)
  ''
end