Class: Blockr::Commands::Activate
- Inherits:
-
Blockr::Command
- Object
- Blockr::Command
- Blockr::Commands::Activate
- Defined in:
- lib/blockr/commands/activate.rb
Instance Method Summary collapse
- #execute(input: $stdin, output: $stdout) ⇒ Object
-
#initialize(options) ⇒ Activate
constructor
A new instance of Activate.
Methods inherited from Blockr::Command
#command, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which
Constructor Details
#initialize(options) ⇒ Activate
Returns a new instance of Activate.
9 10 11 |
# File 'lib/blockr/commands/activate.rb', line 9 def initialize() @options = end |