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