Module: CFnDK::SubcommandHelpReturnable

Extended by:
ClassMethods
Included in:
ChangeSetCommand, KeyPairCommand, StackCommand
Defined in:
lib/cfndk/subcommand_help_returnable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

subcommand_help

Class Method Details

.included(klass) ⇒ Object



12
13
14
# File 'lib/cfndk/subcommand_help_returnable.rb', line 12

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