Method: MGit::Workspace::PathHelper#snapshot_dir
- Defined in:
- lib/m-git/workspace/path_helper.rb
#snapshot_dir ⇒ Object
.mgit/snapshot
23 24 25 |
# File 'lib/m-git/workspace/path_helper.rb', line 23 def snapshot_dir File.join(root, Constants::PROJECT_DIR[:snapshot]) end |