Exception: Bundler::Source::Git::AmbiguousGitReference
- Inherits:
-
GitError
- Object
- StandardError
- BundlerError
- GitError
- Bundler::Source::Git::AmbiguousGitReference
- Defined in:
- lib/bundler/source/git/git_proxy.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ AmbiguousGitReference
constructor
A new instance of AmbiguousGitReference.
Methods inherited from BundlerError
Constructor Details
#initialize(options) ⇒ AmbiguousGitReference
Returns a new instance of AmbiguousGitReference.
47 48 49 50 |
# File 'lib/bundler/source/git/git_proxy.rb', line 47 def initialize() msg = "Specification of branch or ref with tag is ambiguous. You specified #{.inspect}" super msg end |