Method: MGit::Workspace::PathHelper#config_file
- Defined in:
- lib/m-git/workspace/path_helper.rb
#config_file ⇒ Object
.mgit/config.yml
11 12 13 |
# File 'lib/m-git/workspace/path_helper.rb', line 11 def config_file File.join(root, Constants::MGIT_CONFIG_PATH) end |