Class: Quickl::Command

Inherits:
Object show all
Extended by:
Naming
Defined in:
lib/quickl/command.rb,
lib/quickl/command/builder.rb,
lib/quickl/command/robustness.rb

Defined Under Namespace

Modules: ClassMethods, Delegator, InstanceMethods, Options, Robustness, Single Classes: Builder

Class Method Summary collapse

Methods included from Naming

command2module, module2command

Class Method Details

.inherited(command) ⇒ Object

Tracks child classes



148
149
150
# File 'lib/quickl/command.rb', line 148

def self.inherited(command)
  Quickl.build_command(command)
end