Class: Foobara::Generators::EmptyRubyProjectGenerator::Generators::GitignoreGenerator
- Inherits:
-
ProjectGenerator
- Object
- FilesGenerator
- ProjectGenerator
- Foobara::Generators::EmptyRubyProjectGenerator::Generators::GitignoreGenerator
- Defined in:
- foobara-empty-ruby-project-generator-0.0.18/src/generators/gitignore_generator.rb
Constant Summary
Constants included from TruncatedInspect
Instance Attribute Summary
Attributes inherited from FilesGenerator
#belongs_to_dependency_group, #relevant_manifest
Instance Method Summary collapse
Methods inherited from ProjectGenerator
manifest_to_generator_classes, #templates_dir
Methods inherited from FilesGenerator
#==, #absolute_template_path, #applicable?, #dependencies, #dependencies_to_generate, #eql?, #erb_template, #generate, generator_for, #generator_for, generators_for, #generators_for, #hash, #initialize, manifest_to_generator_classes, #method_missing, #path_to_root, #respond_to_missing?, #target_dir, #target_path, #template_string, #templates_dir
Methods included from TruncatedInspect
Constructor Details
This class inherits a constructor from Foobara::FilesGenerator
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Foobara::FilesGenerator
Instance Method Details
#template_path ⇒ Object
8 9 10 |
# File 'foobara-empty-ruby-project-generator-0.0.18/src/generators/gitignore_generator.rb', line 8 def template_path ".gitignore.erb" end |