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



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

def self.source_root
  File.dirname(__FILE__) + '/templates'
end