Class: Toys::Utils::CompletionEngine::Bash
- Defined in:
- core-docs/toys/utils/completion_engine.rb
Overview
Defined in the toys-core gem
A completion engine for bash.
Instance Method Summary collapse
-
#initialize(cli) ⇒ Bash
constructor
Create a bash completion engine.
Methods inherited from Base
Constructor Details
#initialize(cli) ⇒ Bash
Create a bash completion engine.
60 61 62 |
# File 'core-docs/toys/utils/completion_engine.rb', line 60 def initialize(cli) # Source available in the toys-core gem end |