class Bundler::Source::Git::AmbiguousGitReference
Public Class Methods
new(options)
click to toggle source
Calls superclass method
# 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