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