Class: Gpr::Commands::Base
- Inherits:
-
Object
- Object
- Gpr::Commands::Base
- Includes:
- Gpr
- Defined in:
- lib/gpr/commands/base.rb
Constant Summary
Constants included from Gpr
Class Method Summary collapse
Class Method Details
.inherited(child) ⇒ Object
6 7 8 |
# File 'lib/gpr/commands/base.rb', line 6 def self.inherited(child) @@commands << child end |