Method: QB::Repo::Git#lib

Defined in:
lib/qb/repo/git.rb

#libObject



265
266
267
268
269
# File 'lib/qb/repo/git.rb', line 265

def lib
  lazy_var :@lib do
    ::Git.open root_path
  end
end