Class: Generator

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/generators/generator.rb

Class Method Summary collapse

Class Method Details

.source_rootObject



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

def self.source_root
  "#{File.dirname(__FILE__)}/templates"
end