class Git::Base

def dir

@git.dir.writeable?
@git.dir.path
returns a reference to the working directory
def dir
  @working_directory
end