class Bundler::Source::Git::AmbiguousGitReference
def initialize(options)
def initialize(options) msg = "Specification of branch or ref with tag is ambiguous. You specified #{options.inspect}" super msg end
def initialize(options) msg = "Specification of branch or ref with tag is ambiguous. You specified #{options.inspect}" super msg end