module GitChain

Constants

VERSION

Public Class Methods

git() click to toggle source
# File lib/git_chain.rb, line 11
def self.git
  @_git ||= GitHelper.new
end