Method: MGit::Workspace::PathHelper#local_manifest_path
- Defined in:
- lib/m-git/workspace/path_helper.rb
#local_manifest_path ⇒ Object
44 45 46 47 |
# File 'lib/m-git/workspace/path_helper.rb', line 44 def local_manifest_path manifest_name = Constants::CONFIG_FILE_NAME[:local_manifest] File.join(source_config_dir, manifest_name) end |