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