123456789_123456789_123456789_123456789_123456789_

Exception: Bundler::Source::Git::AmbiguousGitReference

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Bundler::GitError
Defined in: lib/bundler/source/git/git_proxy.rb

Class Method Summary

Constructor Details

.new(options) ⇒ AmbiguousGitReference

[ GitHub ]

  
# File 'lib/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