Module: Mwc::Utils::Command

Included in:
Commands::Compile, Commands::Init, Commands::Server, Commands::Watch
Defined in:
lib/mwc/utils/command.rb

Overview

The command extensions

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc:



10
11
12
# File 'lib/mwc/utils/command.rb', line 10

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