Class: Cuber::CLI
- Inherits:
-
Object
- Object
- Cuber::CLI
- Defined in:
- lib/cuber/cli.rb
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
Constructor Details
#initialize ⇒ CLI
Returns a new instance of CLI.
15 16 17 18 19 20 21 |
# File 'lib/cuber/cli.rb', line 15 def initialize @options = {} parse_command! parse_cuberfile validate_cuberfile execute end |