Sha256: 859b6fea95b43782004332313995bebc2094329bbcc632ba07bb099615516d0e
Contents?: true
Size: 304 Bytes
Versions: 10
Compression:
Stored size: 304 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class BinConsoleGenerator < ProjectGenerator def template_path ["bin", "console.erb"] end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems