Class: Locomotive::Wagon::Generators::Site::Base
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Locomotive::Wagon::Generators::Site::Base
- Includes:
- CLI::ForceColor, Thor::Actions
- Defined in:
- lib/locomotive/wagon/generators/site/base.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from CLI::ForceColor
Class Method Details
.source_root ⇒ Object
24 25 26 |
# File 'lib/locomotive/wagon/generators/site/base.rb', line 24 def self.source_root File.join(File.dirname(__FILE__), '..', '..', '..', '..', '..', 'generators') end |
Instance Method Details
#copy_sources ⇒ Object
20 21 22 |
# File 'lib/locomotive/wagon/generators/site/base.rb', line 20 def copy_sources copy_sources_from_generator end |