Method: Grit::Repo#working_dir
- Defined in:
- lib/grit/repo.rb
#working_dir ⇒ Object
Public: The String path to the working directory of the repo, or nil if there is no working directory.
15 16 17 |
# File 'lib/grit/repo.rb', line 15 def working_dir @working_dir end |