Method: CaptainHoog::Git#initialize

Defined in:
lib/captain_hoog/git.rb

#initializeGit

Returns a new instance of Git.



6
7
8
# File 'lib/captain_hoog/git.rb', line 6

def initialize
  @helper_table = HelperTable.new
end