Sha256: 468afb013555304aaa0eb787255189a3d35244d9a95b25dc64566f90be6e82e6
Contents?: true
Size: 371 Bytes
Versions: 2
Compression:
Stored size: 371 Bytes
Contents
module KCommercial module Resources # Generator an code file class FileGenerator # initialize a new file generator # @param [Pathname] template_path the template file path, it may be an erb file. def initialize(template_path) @template_path = template_path end def generate(path, bind_params) end end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
KCommercialPipeline-0.2.5.1 | lib/KCommercialPipeline/core/resource/code_generator/file_generator.rb |
KCommercialPipeline-0.2.5.1 | lib/KCommercialPipeline/core/resource/file_generator.rb |