Add signature for Tap#config.
This commit is contained in:
parent
f1eea64523
commit
0966d2cd8f
@ -271,6 +271,7 @@ class Tap
|
|||||||
end
|
end
|
||||||
|
|
||||||
# {TapConfig} of this {Tap}.
|
# {TapConfig} of this {Tap}.
|
||||||
|
sig { returns(TapConfig) }
|
||||||
def config
|
def config
|
||||||
@config ||= begin
|
@config ||= begin
|
||||||
raise TapUnavailableError, name unless installed?
|
raise TapUnavailableError, name unless installed?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user