module GemGenerator::Command::ProcessFiles

Private instance methods for processing template files (copying, renaming, rendering)

Private instance methods for processing template files (copying, renaming, rendering)

Constants

RENAME_FILES_PLACEHOLDERS

Private Instance Methods

initialize_render_variables() click to toggle source
# File lib/gem_generator/command/process_files.rb, line 17
def initialize_render_variables
        self.class::RenderVariables.new name, namespace, indentation, @summary
end