Add proper sig for fail_with_message

This commit is contained in:
Anatoli Babenia 2023-09-25 17:34:10 +03:00
parent 7e835bcd97
commit cbee941502

View File

@ -54,7 +54,7 @@ module Homebrew
end
end
sig { void }
sig { params(path: Pathname, cask: T::Boolean).void }
def fail_with_message(path, cask)
name = path.basename(".rb").to_s