Class: Quickl::Command

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

Defined Under Namespace

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

Class Method Summary collapse

Methods included from Naming

command2module, module2command

Class Method Details

.inherited(command) ⇒ Object

Tracks child classes



9
10
11
# File 'lib/quickl/command.rb', line 9

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