Class: FoodCritic::SummaryOutput
- Defined in:
- lib/foodcritic/output.rb
Overview
Default output showing a summary view.
Instance Method Summary collapse
-
#output(review) ⇒ Object
Output a summary view only listing the matching rules, file and line number.
Methods inherited from Output
Constructor Details
This class inherits a constructor from FoodCritic::Output
Instance Method Details
#output(review) ⇒ Object
Output a summary view only listing the matching rules, file and line number.
24 25 26 |
# File 'lib/foodcritic/output.rb', line 24 def output(review) puts review.to_s end |