Module: ThorNestedSubcommand

Defined in:
lib/thor_nested_subcommand.rb,
lib/thor_nested_subcommand/version.rb

Overview

The main namespace for the thor_nested_subcommand gem.

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
'1.0.8'

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def included(base)
  base.extend ClassMethods
end