Class: Armrest::CLI::Base
- Inherits:
-
Object
- Object
- Armrest::CLI::Base
- Defined in:
- lib/armrest/cli/base.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/armrest/cli/base.rb', line 3 def initialize(={}) @options = end |