Class: Reek::Report::ProgressFormatter::Quiet
- Inherits:
-
Base
- Object
- Base
- Reek::Report::ProgressFormatter::Quiet
show all
- Defined in:
- lib/reek/report/progress_formatter.rb
Overview
Instance Attribute Summary
Attributes inherited from Base
#sources_count
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
73
74
75
|
# File 'lib/reek/report/progress_formatter.rb', line 73
def
''
end
|
65
66
67
|
# File 'lib/reek/report/progress_formatter.rb', line 65
def
''
end
|
#progress(_examiner) ⇒ Object
69
70
71
|
# File 'lib/reek/report/progress_formatter.rb', line 69
def progress(_examiner)
''
end
|