Class: PeekAView::Tools::Checker
- Inherits:
-
Object
- Object
- PeekAView::Tools::Checker
- Defined in:
- lib/peek_a_view/tools/checker.rb
Direct Known Subclasses
Instance Method Summary collapse
- #clean_reports ⇒ Object
-
#initialize(options = {}) ⇒ Checker
constructor
A new instance of Checker.
Constructor Details
#initialize(options = {}) ⇒ Checker
Returns a new instance of Checker.
8 9 10 |
# File 'lib/peek_a_view/tools/checker.rb', line 8 def initialize( = {}) @options = end |
Instance Method Details
#clean_reports ⇒ Object
12 13 14 |
# File 'lib/peek_a_view/tools/checker.rb', line 12 def clean_reports FileUtils.rm_rf(report_dir) end |