mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
10 lines
254 B
Ruby
10 lines
254 B
Ruby
# typed: strict
|
|
|
|
# This file provides definitions for Forwardable#delegate, which is currently not supported by Sorbet.
|
|
|
|
class Formula
|
|
def self.on_system_blocks_exist?; end
|
|
# This method is included by `OnSystem`
|
|
def self.on_macos(&block); end
|
|
end
|