2021-08-06 14:03:18 +01:00
|
|
|
# typed: strict
|
|
|
|
|
|
|
|
# This file provides definitions for Forwardable#delegate, which is currently not supported by Sorbet.
|
|
|
|
|
|
|
|
class Formula
|
2022-07-21 16:41:15 +02:00
|
|
|
def self.on_system_blocks_exist?; end
|
2022-06-29 11:45:02 -04:00
|
|
|
# This method is included by `OnSystem`
|
2022-06-23 17:18:58 -04:00
|
|
|
def self.on_macos(&block); end
|
2021-08-06 14:03:18 +01:00
|
|
|
end
|