Class: Zashoku::Generator::ModuleGenerator
- Defined in:
- lib/generator/module_generator.rb
Instance Attribute Summary
Attributes inherited from Generator
Instance Method Summary collapse
Methods inherited from Generator
#initialize, #pairs, #refactor, #transfer
Constructor Details
This class inherits a constructor from Zashoku::Generator::Generator
Instance Method Details
#generate! ⇒ Object
6 7 8 |
# File 'lib/generator/module_generator.rb', line 6 def generate! generated << transfer('module', @name_path) end |