Method: Git::Lib#git_dir
- Defined in:
- lib/git/lib.rb
#git_dir ⇒ Pathname (readonly)
The path to the Git repository directory. The default is
"#{git_work_dir}/.git".
29 30 31 |
# File 'lib/git/lib.rb', line 29 def git_dir @git_dir end |