class R10K::Git::UnresolvableRefError
Attributes
ref[R]
Public Class Methods
new(mesg, options = {})
click to toggle source
Calls superclass method
R10K::Git::GitError.new
# File lib/r10k/git/errors.rb, line 28 def initialize(mesg, options = {}) super @ref = @options[:ref] end