brew/Library/Homebrew/formula.rbi
Mike McQuaid 1bb44979ee
Disable and delete code for 3.5.0
The next planned release will be 3.5.0 so let's fix things up for there.
2022-05-30 14:59:14 +01:00

52 lines
1.1 KiB
Ruby

# typed: strict
# This file provides definitions for Forwardable#delegate, which is currently not supported by Sorbet.
class Formula
def bottle_defined?; end
def bottle_tag?(tag = nil); end
def bottled?(tag = nil); end
def bottle_specification; end
def downloader; end
def desc; end
def license; end
def homepage; end
def livecheck; end
def livecheckable?; end
def service?; end
def version; end
def resource; end
def deps; end
def uses_from_macos_elements; end
def requirements; end
def cached_download; end
def clear_cache; end
def options; end
def deprecated_options; end
def deprecated_flags; end
def option_defined?; end
def compiler_failures; end
def plist_manual; end
def plist_startup; end
def pour_bottle_check_unsatisfied_reason; end
def keg_only_reason; end
def deprecated?; end
def deprecation_date; end
def deprecation_reason; end
def disabled?; end
def disable_date; end
def disable_reason; end
def pinnable?; end
def pinned?; end
def pinned_version; end
def pin; end
def unpin; end
def env; end
def conflicts; end
end