Module: ProjectStore::Initializer
- Defined in:
- lib/project_store/initializer.rb
Class Method Summary collapse
Class Method Details
.init_path_structure(path = Dir.pwd) ⇒ Object
7 8 9 |
# File 'lib/project_store/initializer.rb', line 7 def self.init_path_structure(path = Dir.pwd) FileUtils.mkpath path end |