class Bundler::Source::Git::GitNotInstalledError
公共类方法
new() 点击切换源代码
调用父类方法
# File bundler/source/git/git_proxy.rb, line 7 def initialize msg = String.new msg << "You need to install git to be able to use gems from git repositories. " msg << "For help installing git, please refer to GitHub's tutorial at https://help.github.com/articles/set-up-git" super msg end