Sha256: 33ee2cc25b9925fd841f3cadf61c959b733aec283c423f805b752386fbbdc133
Contents?: true
Size: 297 Bytes
Versions: 10
Compression:
Stored size: 297 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class GitignoreGenerator < ProjectGenerator def template_path ".gitignore.erb" end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems