Class: ADNCV::App
- Inherits:
-
Thor
- Object
- Thor
- ADNCV::App
- Defined in:
- lib/ADNCV/app.rb
Instance Method Summary collapse
Instance Method Details
#display(file) ⇒ Object
11 12 13 14 |
# File 'lib/ADNCV/app.rb', line 11 def display(file) analyze(file) @display.show(@data, ) end |
#export(file) ⇒ Object
18 19 20 21 22 |
# File 'lib/ADNCV/app.rb', line 18 def export(file) analyze(file) @data.export @display.exported(@data.export_path) end |