Uncomment odeprecated

This is close enough to #20331 to do now.
This commit is contained in:
Carlo Cabrera 2025-08-02 04:00:52 +08:00 committed by Carlo Cabrera
parent fb35add3b6
commit 0fd3b8e4af
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -449,7 +449,7 @@ module Kernel
}
def ensure_formula_installed!(formula_name, reason: "", latest: false,
output_to_stderr: true, quiet: false)
# odeprecated "ensure_formula_installed!", "Formula[\"#{formula_name}\"].ensure_installed!"
odeprecated "ensure_formula_installed!", "Formula[\"#{formula_name}\"].ensure_installed!"
if output_to_stderr || quiet
file = if quiet