class Bundler::Source::Git::MissingGitRevisionError
公共类方法
new(command, destination_path, ref, repo) 点击以切换源代码
# File bundler/source/git/git_proxy.rb, line 40 def initialize(command, destination_path, ref, repo) msg = "Revision #{ref} does not exist in the repository #{repo}. Maybe you misspelled it?" super command, destination_path, msg end