Class: ModuleSync::Renderer::ForgeModuleFile
- Inherits:
-
Object
- Object
- ModuleSync::Renderer::ForgeModuleFile
- Defined in:
- lib/modulesync/renderer.rb
Instance Method Summary collapse
-
#initialize(configs = {}) ⇒ ForgeModuleFile
constructor
A new instance of ForgeModuleFile.
Constructor Details
#initialize(configs = {}) ⇒ ForgeModuleFile
Returns a new instance of ForgeModuleFile.
7 8 9 |
# File 'lib/modulesync/renderer.rb', line 7 def initialize(configs = {}) @configs = configs end |