class Bundler::Source::Git::AmbiguousGitReference

公共类方法

new(options) 点击切换源码
调用父类方法
# File bundler/source/git/git_proxy.rb, line 47
def initialize(options)
  msg = "Specification of branch or ref with tag is ambiguous. You specified #{options.inspect}"
  super msg
end