# File lib/bundler/source.rb, line 309
    def local?
      raise SourceNotCached, "Git repository '#{@uri}' has not been cloned yet" unless location.directory?
      super
    end