From 88a14c644c8a8c99a96b0ef87188c421eccbcc6f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:49:06 +0800 Subject: [PATCH] os/mac/mach: fix type-checking error --- Library/Homebrew/os/mac/mach.rbi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/os/mac/mach.rbi b/Library/Homebrew/os/mac/mach.rbi index 54bb844d78..74fcd8ad57 100644 --- a/Library/Homebrew/os/mac/mach.rbi +++ b/Library/Homebrew/os/mac/mach.rbi @@ -2,4 +2,6 @@ module MachOShim include Kernel + + def dirname; end end