brew/Library/Homebrew/compat/formula.rbi

12 lines
146 B
Plaintext
Raw Normal View History

# typed: strict
class Formula
module Compat
include Kernel
def any_installed_keg; end
def latest_installed_prefix; end
end
end