Class: PROIEL::Command
- Inherits:
-
Object
- Object
- PROIEL::Command
- Defined in:
- lib/proiel/cli.rb
Direct Known Subclasses
PROIEL::Commands::Build, PROIEL::Commands::Convert, PROIEL::Commands::CountWords, PROIEL::Commands::Dictionary, PROIEL::Commands::Grep, PROIEL::Commands::Shell, PROIEL::Commands::Tokenize, PROIEL::Commands::Validate, PROIEL::Commands::Visualize
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
17 18 19 20 |
# File 'lib/proiel/cli.rb', line 17 def inherited(base) subclasses << base super(base) end |
.subclasses ⇒ Object
13 14 15 |
# File 'lib/proiel/cli.rb', line 13 def subclasses @subclasses ||= [] end |