Class: Leftovers::CLI
- Inherits:
-
Object
- Object
- Leftovers::CLI
- Defined in:
- lib/leftovers/cli.rb
Instance Method Summary collapse
-
#initialize(argv: []) ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize(argv: []) ⇒ CLI
Returns a new instance of CLI.
7 8 9 |
# File 'lib/leftovers/cli.rb', line 7 def initialize(argv: []) @argv = argv end |