# File lib/bundler/source/git/git_proxy.rb, line 23 def initialize(command, path = nil) msg = "Git error: command `git #{command}` in directory #{Dir.pwd} has failed." msg << "\nIf this error persists you could try removing the cache directory '#{path}'" if path && path.exist? super msg end
Generated with the Darkfish Rdoc Generator 2.