Class: Thor::Actions::TemplateDirectory::DSL::Support

Inherits:
Object
  • Object
show all
Includes:
Singleton, Thor::Actions
Defined in:
lib/fwtoolkit/cli/fw_actions/template_dir.rb

Instance Method Summary collapse

Methods included from Thor::Actions

#run, #run!, #run_base, #template_directory

Constructor Details

#initializeSupport

Returns a new instance of Support.



20
21
22
# File 'lib/fwtoolkit/cli/fw_actions/template_dir.rb', line 20

def initialize
  super nil, options, config
end