Module: Charyf::Command::Behavior

Included in:
Charyf::Command, Generators
Defined in:
lib/charyf/utils/command/behavior.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/charyf/utils/command/behavior.rb', line 8

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