Class: JsonCli::Command::Base
- Inherits:
-
Object
- Object
- JsonCli::Command::Base
- Defined in:
- lib/json_cli/command/base.rb
Overview
Base command class
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/json_cli/command/base.rb', line 7 def initialize() @output = [:out] end |