Sha256: 986c012744d0af81635872109206cbd20220c6f98a0a606905e32312a935eacf
Contents?: true
Size: 178 Bytes
Versions: 4
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module Wizard class Configuration attr_accessor :base_directory def initialize @base_directory = "app/concepts" end end end
Version data entries
4 entries across 4 versions & 1 rubygems