Merge pull request #15444 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2023-05-17 12:32:55 +01:00 committed by GitHub
commit 81c56a5e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ module Debrew
end end
class Formula class Formula
sig { returns(T::Boolean) }
def self.loaded_from_api?; end
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def self.on_system_blocks_exist?; end def self.on_system_blocks_exist?; end