module Git
def self.binary_version(binary_path = Git::Base.config.binary_path)
-
(Array
- the version of the git binary)
def self.binary_version(binary_path = Git::Base.config.binary_path) Base.binary_version(binary_path) end
(Array)
- the version of the git binary
def self.binary_version(binary_path = Git::Base.config.binary_path) Base.binary_version(binary_path) end