class Reek::Report::YAMLReport
Displays a list of smells in YAML format YAML with empty array for 0 smells
@public
Public Instance Methods
Source
# File lib/reek/report/yaml_report.rb, line 14 def show(out = $stdout) out.print smells.map(&:yaml_hash).to_yaml end