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

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2023-01-12 09:48:11 +00:00 committed by GitHub
commit 4abc51f328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3192,20 +3192,6 @@ class Cask::DSL::Caveats
def zsh_path_helper(*args); end def zsh_path_helper(*args); end
end end
class Cask::DSL::Container
def nested(); end
def nested=(nested); end
def pairs(); end
def pairs=(pairs); end
def type(); end
def type=(type); end
end
class Cask::DSL::Version class Cask::DSL::Version
def dots_to_hyphens(); end def dots_to_hyphens(); end