Method: Git::Lib#parse_config
- Defined in:
- lib/git/lib.rb
#parse_config(file)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1067 1068 1069 |
# File 'lib/git/lib.rb', line 1067 def parse_config(file) parse_config_list command_lines('config', '--list', '--file', file) end |