Sha256: 6e4f182367081b540685675d295fbdb6e7d1aeaab3b1653527920cddc758c8f1
Contents?: true
Size: 370 Bytes
Versions: 88
Compression:
Stored size: 370 Bytes
Contents
module OrigenAppGenerators # Generates a generic application shell class EmptyApplication < Application # Any methods that are not protected will get invoked in the order they are # defined when the generator is run def generate_files build_filelist end def conclude puts "New app created at: #{destination_root}" end end end
Version data entries
88 entries across 88 versions & 2 rubygems