Module: Dsu::Support::CommandHookable
- Included in:
- BaseCLI
- Defined in:
- lib/dsu/support/command_hookable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
14 15 16 17 |
# File 'lib/dsu/support/command_hookable.rb', line 14 def included(base) base.extend(ColorThemable) base.extend(ClassMethods) end |