From b5d5be3474cbe30195823ebdfea923e3a8dbea6a Mon Sep 17 00:00:00 2001 From: Tie Date: Thu, 5 Nov 2020 00:53:12 -0500 Subject: [PATCH] fix typecheck --- Library/Homebrew/uninstall.rbi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Library/Homebrew/uninstall.rbi diff --git a/Library/Homebrew/uninstall.rbi b/Library/Homebrew/uninstall.rbi new file mode 100644 index 0000000000..f801c23a87 --- /dev/null +++ b/Library/Homebrew/uninstall.rbi @@ -0,0 +1,7 @@ +# typed: strict + +module Homebrew + module Uninstall + include Kernel + end +end