module ProjectStore::Initializer
Public Class Methods
init_path_structure(path = Dir.pwd)
click to toggle source
# File lib/project_store/initializer.rb, line 7 def self.init_path_structure(path = Dir.pwd) FileUtils.mkpath path end