Method: MGit::Workspace::PathHelper#hooks_dir
- Defined in:
- lib/m-git/workspace/path_helper.rb
#hooks_dir ⇒ Object
.mgit/hooks
17 18 19 |
# File 'lib/m-git/workspace/path_helper.rb', line 17 def hooks_dir File.join(root, Constants::PROJECT_DIR[:hooks]) end |