class Preek::QuietReport

Public Class Methods

verbose?() click to toggle source
# File lib/preek/report.rb, line 56
def self.verbose?
  false
end

Public Instance Methods

report() click to toggle source
# File lib/preek/report.rb, line 60
def report
  print_header && report_smells if @examiner.smelly?
end