Sha256: e3adb2e7471d56db65781ea371bbef1c53e23242020e22fa28639eb4c3961892
Contents?: true
Size: 160 Bytes
Versions: 21
Compression:
Stored size: 160 Bytes
Contents
require 'fileutils' module ProjectStore module Initializer def self.init_path_structure(path = Dir.pwd) FileUtils.mkpath path end end end
Version data entries
21 entries across 21 versions & 1 rubygems