moving ask? to install_ask?

This commit is contained in:
thibhero 2025-02-07 14:15:41 -05:00
parent 73758398e1
commit 1992bb44b2

View File

@ -168,5 +168,5 @@ class Homebrew::Cmd::InstallCmd::Args < Homebrew::CLI::Args
def zap?; end
sig { returns(T::Boolean) }
def ask?; end
def install_ask?; end
end