Module: Ask::Tools::Shell
- Defined in:
- lib/ask/tools/shell.rb,
lib/ask/tools/shell/version.rb
Overview
Constant Summary collapse
Class Method Summary collapse
-
.all ⇒ Array<Ask::Tool>
Return an instance of every registered shell tool.
Class Method Details
.all ⇒ Array<Ask::Tool>
Return an instance of every registered shell tool.
15 16 17 |
# File 'lib/ask/tools/shell.rb', line 15 def self.all TOOLS.map(&:new) end |