Class: CheckList::DisplayResults

Inherits:
Object
  • Object
show all
Defined in:
lib/display_results.rb

Overview

Display the results of a completed checklist

Instance Method Summary collapse

Constructor Details

#initialize(results) ⇒ DisplayResults

Returns a new instance of DisplayResults.



6
7
8
9
10
# File 'lib/display_results.rb', line 6

def initialize(results)
  @path = nil
  @results = results
  display_results
end