class Bundler::GitSource

def update

def update
  if location.directory?
    fetch
  else
    clone
  end
end