Method: MGit::Workspace::PathHelper#manifest_path
- Defined in:
- lib/m-git/workspace/path_helper.rb
#manifest_path ⇒ Object
manifest ##########################
39 40 41 42 |
# File 'lib/m-git/workspace/path_helper.rb', line 39 def manifest_path manifest_name = Constants::CONFIG_FILE_NAME[:manifest] File.join(source_config_dir, manifest_name) end |