Module: Octopolo::GitWrapper

Instance Attribute Summary collapse

Instance Attribute Details

#gitObject

Public: Wrapper method around Git class

Returns the Git class or equivalent



42
43
44
# File 'lib/octopolo/convenience_wrappers.rb', line 42

def git
  @git
end