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