Class: Cease::CLI
- Inherits:
-
Object
- Object
- Cease::CLI
- Defined in:
- lib/cease/cli.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(argv: ARGV) ⇒ CLI
constructor
A new instance of CLI.
Constructor Details
#initialize(argv: ARGV) ⇒ CLI
Returns a new instance of CLI.
7 8 9 |
# File 'lib/cease/cli.rb', line 7 def initialize(argv: ARGV) @argv = argv end |
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/cease/cli.rb', line 11 def execute report.execute end |