Class: Zashoku::Generator::ModuleGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/generator/module_generator.rb

Instance Attribute Summary

Attributes inherited from Generator

#generated

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