Method: Git::Base#lib
- Defined in:
- lib/git/base.rb
#lib ⇒ Object
this is a convenience method for accessing the class that wraps all the actual ‘git’ forked system calls. At some point I hope to replace the Git::Lib class with one that uses native methods or libgit C bindings
183 184 185 |
# File 'lib/git/base.rb', line 183 def lib @lib ||= Git::Lib.new(self, @logger) end |