Class: Sincli::Generators::RootFiles
- Includes:
- Thor::Actions
- Defined in:
- lib/sincli/generators/root_files.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Sincli::Generators::Base
Instance Method Details
#generate ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/sincli/generators/root_files.rb', line 6 def generate gemfile rackup gitignore rakefile end |