Add signature for Tap#config.

This commit is contained in:
Markus Reiter 2024-02-23 15:09:58 +01:00
parent f1eea64523
commit 0966d2cd8f
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -271,6 +271,7 @@ class Tap
end
# {TapConfig} of this {Tap}.
sig { returns(TapConfig) }
def config
@config ||= begin
raise TapUnavailableError, name unless installed?