Class: ImproveYourCode::Report::Formatter::QuietHeadingFormatter
- Inherits:
-
HeadingFormatterBase
- Object
- HeadingFormatterBase
- ImproveYourCode::Report::Formatter::QuietHeadingFormatter
- Defined in:
- lib/improve_your_code/report/formatter/heading_formatter.rb
Instance Attribute Summary
Attributes inherited from HeadingFormatterBase
Instance Method Summary collapse
Methods inherited from HeadingFormatterBase
Constructor Details
This class inherits a constructor from ImproveYourCode::Report::Formatter::HeadingFormatterBase
Instance Method Details
#show_header?(examiner) ⇒ Boolean
27 28 29 |
# File 'lib/improve_your_code/report/formatter/heading_formatter.rb', line 27 def show_header?(examiner) examiner.smelly? end |