Method: Git::CommandLine#binary_path
- Defined in:
- lib/git/command_line.rb
#binary_path ⇒ String (readonly)
The path to the command line binary to run
62 63 64 |
# File 'lib/git/command_line.rb', line 62 def binary_path @binary_path end |