Class: Toys::Utils::CompletionEngine::Bash
- Defined in:
- lib/toys/utils/completion_engine.rb
Overview
A completion engine for bash.
Instance Method Summary collapse
-
#initialize(completion, loader) ⇒ Bash
constructor
Create a bash completion engine.
Methods inherited from Base
Constructor Details
#initialize(completion, loader) ⇒ Bash
Create a bash completion engine.
154 155 156 157 |
# File 'lib/toys/utils/completion_engine.rb', line 154 def initialize(completion, loader) require "shellwords" super end |