Method: MGit::Workspace::PathHelper#source_git_dir
- Defined in:
- lib/m-git/workspace/path_helper.rb
#source_git_dir ⇒ Object
.mgit/source-git
34 35 36 |
# File 'lib/m-git/workspace/path_helper.rb', line 34 def source_git_dir File.join(root, Constants::PROJECT_DIR[:source_git]) end |