lib/match/table_printer.rb in match-0.8.1 vs lib/match/table_printer.rb in match-0.9.0
- old
+ new
@@ -1,11 +1,10 @@
module Match
class TablePrinter
- def self.print_summary(params)
+ def self.print_summary(app_identifier: nil, type: nil)
rows = []
- app_identifier = params[:app_identifier]
- type = params[:type].to_sym
+ type = type.to_sym
rows << ["App Identifier", "", app_identifier]
rows << ["Type", "", type]
{