Skip to content

Commit

Permalink
Add signature for Tap#config.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 1, 2024
1 parent f1eea64 commit 0966d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def private?
end

# {TapConfig} of this {Tap}.
sig { returns(TapConfig) }
def config
@config ||= begin
raise TapUnavailableError, name unless installed?
Expand Down

0 comments on commit 0966d2c

Please sign in to comment.