Method: Git::Base#lib
- Defined in:
- lib/git/base.rb
permalink #lib
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
300 301 302 |
# File 'lib/git/base.rb', line 300 def lib @lib ||= Git::Lib.new(self, @logger) end |