Sha256: fcf94ad28cf71cc7969703380b02cc5e3e00f09af7c3ceec931c232ecd9afca3
Contents?: true
Size: 307 Bytes
Versions: 10
Compression:
Stored size: 307 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class BootFinishGenerator < ProjectGenerator def template_path ["boot", "finish.rb.erb"] end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems