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