Module: Mwc::Utils::CommandRegistry

Included in:
Command
Defined in:
lib/mwc/utils/command_registry.rb

Overview

The helper to register command on thor

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc:



8
9
10
# File 'lib/mwc/utils/command_registry.rb', line 8

def self.included(base)
  base.extend ClassMethods
end