Class: ImproveYourCode::Report::Formatter::QuietHeadingFormatter

Inherits:
HeadingFormatterBase show all
Defined in:
lib/improve_your_code/report/formatter/heading_formatter.rb

Instance Attribute Summary

Attributes inherited from HeadingFormatterBase

#report_formatter

Instance Method Summary collapse

Methods inherited from HeadingFormatterBase

#header, #initialize

Constructor Details

This class inherits a constructor from ImproveYourCode::Report::Formatter::HeadingFormatterBase

Instance Method Details

#show_header?(examiner) ⇒ Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/improve_your_code/report/formatter/heading_formatter.rb', line 27

def show_header?(examiner)
  examiner.smelly?
end