class Git::Base

def index

returns reference to the git index file
def index
  @index
end