sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2024-04-27 00:19:14 +00:00
parent 0ecac81e33
commit 8857272d51
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 19 additions and 7 deletions

View File

@ -4,10 +4,4 @@
# This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`. # This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`. # Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`.
class Homebrew::CLI::Args class Homebrew::CLI::Args; end
sig { returns(T::Boolean) }
def only_public?; end
sig { returns(T::Boolean) }
def open?; end
end

View File

@ -0,0 +1,18 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Rubydoc`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Rubydoc`.
class Homebrew::DevCmd::Rubydoc
sig { returns(Homebrew::DevCmd::Rubydoc::Args) }
def args; end
end
class Homebrew::DevCmd::Rubydoc::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def only_public?; end
sig { returns(T::Boolean) }
def open?; end
end