Merge pull request #17250 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.14.0

This commit is contained in:
Carlo Cabrera 2024-05-07 20:10:20 +01:00 committed by GitHub
commit dc4af23023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
145 changed files with 250 additions and 95 deletions

View File

@ -137,7 +137,7 @@ GEM
sorbet-static-and-runtime (>= 0.5.10187) sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2) thor (>= 0.19.2)
stackprof (0.2.26) stackprof (0.2.26)
tapioca (0.13.3) tapioca (0.14.0)
bundler (>= 2.2.25) bundler (>= 2.2.25)
netrc (>= 0.11.0) netrc (>= 0.11.0)
parallel (>= 1.21.0) parallel (>= 1.21.0)

View File

@ -4,4 +4,5 @@
# 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; end class Homebrew::CLI::Args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Analytics`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Analytics`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Analytics`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Analytics`.
class Homebrew::Cmd::Analytics class Homebrew::Cmd::Analytics
sig { returns(Homebrew::Cmd::Analytics::Args) } sig { returns(Homebrew::Cmd::Analytics::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Autoremove`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Autoremove`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Autoremove`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Autoremove`.
class Homebrew::Cmd::Autoremove class Homebrew::Cmd::Autoremove
sig { returns(Homebrew::Cmd::Autoremove::Args) } sig { returns(Homebrew::Cmd::Autoremove::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cache`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cache`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cache`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cache`.
class Homebrew::Cmd::Cache class Homebrew::Cmd::Cache
sig { returns(Homebrew::Cmd::Cache::Args) } sig { returns(Homebrew::Cmd::Cache::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Caskroom`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Caskroom`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Caskroom`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Caskroom`.
class Homebrew::Cmd::Caskroom class Homebrew::Cmd::Caskroom
sig { returns(Homebrew::Cmd::Caskroom::Args) } sig { returns(Homebrew::Cmd::Caskroom::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cellar`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cellar`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cellar`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cellar`.
class Homebrew::Cmd::Cellar class Homebrew::Cmd::Cellar
sig { returns(Homebrew::Cmd::Cellar::Args) } sig { returns(Homebrew::Cmd::Cellar::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CleanupCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CleanupCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CleanupCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CleanupCmd`.
class Homebrew::Cmd::CleanupCmd class Homebrew::Cmd::CleanupCmd
sig { returns(Homebrew::Cmd::CleanupCmd::Args) } sig { returns(Homebrew::Cmd::CleanupCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Command`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Command`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Command`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Command`.
class Homebrew::Cmd::Command class Homebrew::Cmd::Command
sig { returns(Homebrew::Cmd::Command::Args) } sig { returns(Homebrew::Cmd::Command::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CommandsCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CommandsCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CommandsCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CommandsCmd`.
class Homebrew::Cmd::CommandsCmd class Homebrew::Cmd::CommandsCmd
sig { returns(Homebrew::Cmd::CommandsCmd::Args) } sig { returns(Homebrew::Cmd::CommandsCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CompletionsCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::CompletionsCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CompletionsCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::CompletionsCmd`.
class Homebrew::Cmd::CompletionsCmd class Homebrew::Cmd::CompletionsCmd
sig { returns(Homebrew::Cmd::CompletionsCmd::Args) } sig { returns(Homebrew::Cmd::CompletionsCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Config`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Config`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Config`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Config`.
class Homebrew::Cmd::Config class Homebrew::Cmd::Config
sig { returns(Homebrew::Cmd::Config::Args) } sig { returns(Homebrew::Cmd::Config::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Deps`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Deps`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Deps`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Deps`.
class Homebrew::Cmd::Deps class Homebrew::Cmd::Deps
sig { returns(Homebrew::Cmd::Deps::Args) } sig { returns(Homebrew::Cmd::Deps::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Desc`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Desc`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Desc`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Desc`.
class Homebrew::Cmd::Desc class Homebrew::Cmd::Desc
sig { returns(Homebrew::Cmd::Desc::Args) } sig { returns(Homebrew::Cmd::Desc::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Developer`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Developer`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Developer`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Developer`.
class Homebrew::Cmd::Developer class Homebrew::Cmd::Developer
sig { returns(Homebrew::Cmd::Developer::Args) } sig { returns(Homebrew::Cmd::Developer::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Docs`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Docs`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Docs`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Docs`.
class Homebrew::Cmd::Docs class Homebrew::Cmd::Docs
sig { returns(Homebrew::Cmd::Docs::Args) } sig { returns(Homebrew::Cmd::Docs::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Doctor`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Doctor`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Doctor`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Doctor`.
class Homebrew::Cmd::Doctor class Homebrew::Cmd::Doctor
sig { returns(Homebrew::Cmd::Doctor::Args) } sig { returns(Homebrew::Cmd::Doctor::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Env`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Env`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Env`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Env`.
class Homebrew::Cmd::Env class Homebrew::Cmd::Env
sig { returns(Homebrew::Cmd::Env::Args) } sig { returns(Homebrew::Cmd::Env::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::FetchCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::FetchCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::FetchCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::FetchCmd`.
class Homebrew::Cmd::FetchCmd class Homebrew::Cmd::FetchCmd
sig { returns(Homebrew::Cmd::FetchCmd::Args) } sig { returns(Homebrew::Cmd::FetchCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::GistLogs`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::GistLogs`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::GistLogs`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::GistLogs`.
class Homebrew::Cmd::GistLogs class Homebrew::Cmd::GistLogs
sig { returns(Homebrew::Cmd::GistLogs::Args) } sig { returns(Homebrew::Cmd::GistLogs::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::HelpCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::HelpCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::HelpCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::HelpCmd`.
class Homebrew::Cmd::HelpCmd class Homebrew::Cmd::HelpCmd
sig { returns(Homebrew::Cmd::HelpCmd::Args) } sig { returns(Homebrew::Cmd::HelpCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Home`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Home`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Home`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Home`.
class Homebrew::Cmd::Home class Homebrew::Cmd::Home
sig { returns(Homebrew::Cmd::Home::Args) } sig { returns(Homebrew::Cmd::Home::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Info`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Info`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Info`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Info`.
class Homebrew::Cmd::Info class Homebrew::Cmd::Info
sig { returns(Homebrew::Cmd::Info::Args) } sig { returns(Homebrew::Cmd::Info::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::InstallCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::InstallCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::InstallCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::InstallCmd`.
class Homebrew::Cmd::InstallCmd class Homebrew::Cmd::InstallCmd
sig { returns(Homebrew::Cmd::InstallCmd::Args) } sig { returns(Homebrew::Cmd::InstallCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Leaves`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Leaves`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Leaves`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Leaves`.
class Homebrew::Cmd::Leaves class Homebrew::Cmd::Leaves
sig { returns(Homebrew::Cmd::Leaves::Args) } sig { returns(Homebrew::Cmd::Leaves::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Link`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Link`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Link`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Link`.
class Homebrew::Cmd::Link class Homebrew::Cmd::Link
sig { returns(Homebrew::Cmd::Link::Args) } sig { returns(Homebrew::Cmd::Link::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::List`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::List`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::List`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::List`.
class Homebrew::Cmd::List class Homebrew::Cmd::List
sig { returns(Homebrew::Cmd::List::Args) } sig { returns(Homebrew::Cmd::List::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Log`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Log`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Log`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Log`.
class Homebrew::Cmd::Log class Homebrew::Cmd::Log
sig { returns(Homebrew::Cmd::Log::Args) } sig { returns(Homebrew::Cmd::Log::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Migrate`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Migrate`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Migrate`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Migrate`.
class Homebrew::Cmd::Migrate class Homebrew::Cmd::Migrate
sig { returns(Homebrew::Cmd::Migrate::Args) } sig { returns(Homebrew::Cmd::Migrate::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Missing`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Missing`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Missing`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Missing`.
class Homebrew::Cmd::Missing class Homebrew::Cmd::Missing
sig { returns(Homebrew::Cmd::Missing::Args) } sig { returns(Homebrew::Cmd::Missing::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::NodenvSync`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::NodenvSync`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::NodenvSync`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::NodenvSync`.
class Homebrew::Cmd::NodenvSync class Homebrew::Cmd::NodenvSync
sig { returns(Homebrew::Cmd::NodenvSync::Args) } sig { returns(Homebrew::Cmd::NodenvSync::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::OptionsCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::OptionsCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::OptionsCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::OptionsCmd`.
class Homebrew::Cmd::OptionsCmd class Homebrew::Cmd::OptionsCmd
sig { returns(Homebrew::Cmd::OptionsCmd::Args) } sig { returns(Homebrew::Cmd::OptionsCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Outdated`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Outdated`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Outdated`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Outdated`.
class Homebrew::Cmd::Outdated class Homebrew::Cmd::Outdated
sig { returns(Homebrew::Cmd::Outdated::Args) } sig { returns(Homebrew::Cmd::Outdated::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Pin`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Pin`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Pin`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Pin`.
class Homebrew::Cmd::Pin class Homebrew::Cmd::Pin
sig { returns(Homebrew::Cmd::Pin::Args) } sig { returns(Homebrew::Cmd::Pin::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Postinstall`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Postinstall`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Postinstall`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Postinstall`.
class Homebrew::Cmd::Postinstall class Homebrew::Cmd::Postinstall
sig { returns(Homebrew::Cmd::Postinstall::Args) } sig { returns(Homebrew::Cmd::Postinstall::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Prefix`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Prefix`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Prefix`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Prefix`.
class Homebrew::Cmd::Prefix class Homebrew::Cmd::Prefix
sig { returns(Homebrew::Cmd::Prefix::Args) } sig { returns(Homebrew::Cmd::Prefix::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PyenvSync`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PyenvSync`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PyenvSync`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PyenvSync`.
class Homebrew::Cmd::PyenvSync class Homebrew::Cmd::PyenvSync
sig { returns(Homebrew::Cmd::PyenvSync::Args) } sig { returns(Homebrew::Cmd::PyenvSync::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::RbenvSync`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::RbenvSync`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::RbenvSync`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::RbenvSync`.
class Homebrew::Cmd::RbenvSync class Homebrew::Cmd::RbenvSync
sig { returns(Homebrew::Cmd::RbenvSync::Args) } sig { returns(Homebrew::Cmd::RbenvSync::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::ReadallCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::ReadallCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::ReadallCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::ReadallCmd`.
class Homebrew::Cmd::ReadallCmd class Homebrew::Cmd::ReadallCmd
sig { returns(Homebrew::Cmd::ReadallCmd::Args) } sig { returns(Homebrew::Cmd::ReadallCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Reinstall`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Reinstall`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Reinstall`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Reinstall`.
class Homebrew::Cmd::Reinstall class Homebrew::Cmd::Reinstall
sig { returns(Homebrew::Cmd::Reinstall::Args) } sig { returns(Homebrew::Cmd::Reinstall::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Repository`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Repository`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Repository`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Repository`.
class Homebrew::Cmd::Repository class Homebrew::Cmd::Repository
sig { returns(Homebrew::Cmd::Repository::Args) } sig { returns(Homebrew::Cmd::Repository::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::SearchCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::SearchCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::SearchCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::SearchCmd`.
class Homebrew::Cmd::SearchCmd class Homebrew::Cmd::SearchCmd
sig { returns(Homebrew::Cmd::SearchCmd::Args) } sig { returns(Homebrew::Cmd::SearchCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapCmd`.
class Homebrew::Cmd::TapCmd class Homebrew::Cmd::TapCmd
sig { returns(Homebrew::Cmd::TapCmd::Args) } sig { returns(Homebrew::Cmd::TapCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapInfo`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapInfo`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapInfo`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapInfo`.
class Homebrew::Cmd::TapInfo class Homebrew::Cmd::TapInfo
sig { returns(Homebrew::Cmd::TapInfo::Args) } sig { returns(Homebrew::Cmd::TapInfo::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UninstallCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UninstallCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UninstallCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UninstallCmd`.
class Homebrew::Cmd::UninstallCmd class Homebrew::Cmd::UninstallCmd
sig { returns(Homebrew::Cmd::UninstallCmd::Args) } sig { returns(Homebrew::Cmd::UninstallCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UnlinkCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UnlinkCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UnlinkCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UnlinkCmd`.
class Homebrew::Cmd::UnlinkCmd class Homebrew::Cmd::UnlinkCmd
sig { returns(Homebrew::Cmd::UnlinkCmd::Args) } sig { returns(Homebrew::Cmd::UnlinkCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Unpin`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Unpin`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Unpin`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Unpin`.
class Homebrew::Cmd::Unpin class Homebrew::Cmd::Unpin
sig { returns(Homebrew::Cmd::Unpin::Args) } sig { returns(Homebrew::Cmd::Unpin::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Untap`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Untap`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Untap`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Untap`.
class Homebrew::Cmd::Untap class Homebrew::Cmd::Untap
sig { returns(Homebrew::Cmd::Untap::Args) } sig { returns(Homebrew::Cmd::Untap::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpdateReport`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpdateReport`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpdateReport`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpdateReport`.
class Homebrew::Cmd::UpdateReport class Homebrew::Cmd::UpdateReport
sig { returns(Homebrew::Cmd::UpdateReport::Args) } sig { returns(Homebrew::Cmd::UpdateReport::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpgradeCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpgradeCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpgradeCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpgradeCmd`.
class Homebrew::Cmd::UpgradeCmd class Homebrew::Cmd::UpgradeCmd
sig { returns(Homebrew::Cmd::UpgradeCmd::Args) } sig { returns(Homebrew::Cmd::UpgradeCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Uses`. # This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Uses`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Uses`. # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Uses`.
class Homebrew::Cmd::Uses class Homebrew::Cmd::Uses
sig { returns(Homebrew::Cmd::Uses::Args) } sig { returns(Homebrew::Cmd::Uses::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Audit`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Audit`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Audit`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Audit`.
class Homebrew::DevCmd::Audit class Homebrew::DevCmd::Audit
sig { returns(Homebrew::DevCmd::Audit::Args) } sig { returns(Homebrew::DevCmd::Audit::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Bottle`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Bottle`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Bottle`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Bottle`.
class Homebrew::DevCmd::Bottle class Homebrew::DevCmd::Bottle
sig { returns(Homebrew::DevCmd::Bottle::Args) } sig { returns(Homebrew::DevCmd::Bottle::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Bump`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Bump`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Bump`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Bump`.
class Homebrew::DevCmd::Bump class Homebrew::DevCmd::Bump
sig { returns(Homebrew::DevCmd::Bump::Args) } sig { returns(Homebrew::DevCmd::Bump::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpCaskPr`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpCaskPr`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpCaskPr`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpCaskPr`.
class Homebrew::DevCmd::BumpCaskPr class Homebrew::DevCmd::BumpCaskPr
sig { returns(Homebrew::DevCmd::BumpCaskPr::Args) } sig { returns(Homebrew::DevCmd::BumpCaskPr::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpFormulaPr`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpFormulaPr`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpFormulaPr`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpFormulaPr`.
class Homebrew::DevCmd::BumpFormulaPr class Homebrew::DevCmd::BumpFormulaPr
sig { returns(Homebrew::DevCmd::BumpFormulaPr::Args) } sig { returns(Homebrew::DevCmd::BumpFormulaPr::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpRevision`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpRevision`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpRevision`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpRevision`.
class Homebrew::DevCmd::BumpRevision class Homebrew::DevCmd::BumpRevision
sig { returns(Homebrew::DevCmd::BumpRevision::Args) } sig { returns(Homebrew::DevCmd::BumpRevision::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpUnversionedCasks`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::BumpUnversionedCasks`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpUnversionedCasks`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::BumpUnversionedCasks`.
class Homebrew::DevCmd::BumpUnversionedCasks class Homebrew::DevCmd::BumpUnversionedCasks
sig { returns(Homebrew::DevCmd::BumpUnversionedCasks::Args) } sig { returns(Homebrew::DevCmd::BumpUnversionedCasks::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Cat`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Cat`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Cat`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Cat`.
class Homebrew::DevCmd::Cat class Homebrew::DevCmd::Cat
sig { returns(Homebrew::DevCmd::Cat::Args) } sig { returns(Homebrew::DevCmd::Cat::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Contributions`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Contributions`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Contributions`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Contributions`.
class Homebrew::DevCmd::Contributions class Homebrew::DevCmd::Contributions
sig { returns(Homebrew::DevCmd::Contributions::Args) } sig { returns(Homebrew::DevCmd::Contributions::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Create`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Create`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Create`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Create`.
class Homebrew::DevCmd::Create class Homebrew::DevCmd::Create
sig { returns(Homebrew::DevCmd::Create::Args) } sig { returns(Homebrew::DevCmd::Create::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::DetermineTestRunners`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::DetermineTestRunners`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::DetermineTestRunners`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::DetermineTestRunners`.
class Homebrew::DevCmd::DetermineTestRunners class Homebrew::DevCmd::DetermineTestRunners
sig { returns(Homebrew::DevCmd::DetermineTestRunners::Args) } sig { returns(Homebrew::DevCmd::DetermineTestRunners::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::DispatchBuildBottle`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::DispatchBuildBottle`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::DispatchBuildBottle`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::DispatchBuildBottle`.
class Homebrew::DevCmd::DispatchBuildBottle class Homebrew::DevCmd::DispatchBuildBottle
sig { returns(Homebrew::DevCmd::DispatchBuildBottle::Args) } sig { returns(Homebrew::DevCmd::DispatchBuildBottle::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Edit`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Edit`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Edit`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Edit`.
class Homebrew::DevCmd::Edit class Homebrew::DevCmd::Edit
sig { returns(Homebrew::DevCmd::Edit::Args) } sig { returns(Homebrew::DevCmd::Edit::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Extract`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Extract`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Extract`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Extract`.
class Homebrew::DevCmd::Extract class Homebrew::DevCmd::Extract
sig { returns(Homebrew::DevCmd::Extract::Args) } sig { returns(Homebrew::DevCmd::Extract::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::FormulaCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::FormulaCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::FormulaCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::FormulaCmd`.
class Homebrew::DevCmd::FormulaCmd class Homebrew::DevCmd::FormulaCmd
sig { returns(Homebrew::DevCmd::FormulaCmd::Args) } sig { returns(Homebrew::DevCmd::FormulaCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateCaskApi`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateCaskApi`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateCaskApi`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateCaskApi`.
class Homebrew::DevCmd::GenerateCaskApi class Homebrew::DevCmd::GenerateCaskApi
sig { returns(Homebrew::DevCmd::GenerateCaskApi::Args) } sig { returns(Homebrew::DevCmd::GenerateCaskApi::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateFormulaApi`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateFormulaApi`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateFormulaApi`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateFormulaApi`.
class Homebrew::DevCmd::GenerateFormulaApi class Homebrew::DevCmd::GenerateFormulaApi
sig { returns(Homebrew::DevCmd::GenerateFormulaApi::Args) } sig { returns(Homebrew::DevCmd::GenerateFormulaApi::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateManCompletions`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::GenerateManCompletions`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateManCompletions`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::GenerateManCompletions`.
class Homebrew::DevCmd::GenerateManCompletions class Homebrew::DevCmd::GenerateManCompletions
sig { returns(Homebrew::DevCmd::GenerateManCompletions::Args) } sig { returns(Homebrew::DevCmd::GenerateManCompletions::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::InstallBundlerGems`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::InstallBundlerGems`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::InstallBundlerGems`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::InstallBundlerGems`.
class Homebrew::DevCmd::InstallBundlerGems class Homebrew::DevCmd::InstallBundlerGems
sig { returns(Homebrew::DevCmd::InstallBundlerGems::Args) } sig { returns(Homebrew::DevCmd::InstallBundlerGems::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Irb`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Irb`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Irb`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Irb`.
class Homebrew::DevCmd::Irb class Homebrew::DevCmd::Irb
sig { returns(Homebrew::DevCmd::Irb::Args) } sig { returns(Homebrew::DevCmd::Irb::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Linkage`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Linkage`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Linkage`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Linkage`.
class Homebrew::DevCmd::Linkage class Homebrew::DevCmd::Linkage
sig { returns(Homebrew::DevCmd::Linkage::Args) } sig { returns(Homebrew::DevCmd::Linkage::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::LivecheckCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::LivecheckCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::LivecheckCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::LivecheckCmd`.
class Homebrew::DevCmd::LivecheckCmd class Homebrew::DevCmd::LivecheckCmd
sig { returns(Homebrew::DevCmd::LivecheckCmd::Args) } sig { returns(Homebrew::DevCmd::LivecheckCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrAutomerge`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrAutomerge`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrAutomerge`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrAutomerge`.
class Homebrew::DevCmd::PrAutomerge class Homebrew::DevCmd::PrAutomerge
sig { returns(Homebrew::DevCmd::PrAutomerge::Args) } sig { returns(Homebrew::DevCmd::PrAutomerge::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrPublish`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrPublish`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrPublish`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrPublish`.
class Homebrew::DevCmd::PrPublish class Homebrew::DevCmd::PrPublish
sig { returns(Homebrew::DevCmd::PrPublish::Args) } sig { returns(Homebrew::DevCmd::PrPublish::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrPull`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrPull`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrPull`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrPull`.
class Homebrew::DevCmd::PrPull class Homebrew::DevCmd::PrPull
sig { returns(Homebrew::DevCmd::PrPull::Args) } sig { returns(Homebrew::DevCmd::PrPull::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrUpload`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::PrUpload`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrUpload`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::PrUpload`.
class Homebrew::DevCmd::PrUpload class Homebrew::DevCmd::PrUpload
sig { returns(Homebrew::DevCmd::PrUpload::Args) } sig { returns(Homebrew::DevCmd::PrUpload::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Prof`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Prof`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Prof`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Prof`.
class Homebrew::DevCmd::Prof class Homebrew::DevCmd::Prof
sig { returns(Homebrew::DevCmd::Prof::Args) } sig { returns(Homebrew::DevCmd::Prof::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Release`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Release`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Release`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Release`.
class Homebrew::DevCmd::Release class Homebrew::DevCmd::Release
sig { returns(Homebrew::DevCmd::Release::Args) } sig { returns(Homebrew::DevCmd::Release::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Ruby`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Ruby`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Ruby`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Ruby`.
class Homebrew::DevCmd::Ruby class Homebrew::DevCmd::Ruby
sig { returns(Homebrew::DevCmd::Ruby::Args) } sig { returns(Homebrew::DevCmd::Ruby::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Rubydoc`. # 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`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Rubydoc`.
class Homebrew::DevCmd::Rubydoc class Homebrew::DevCmd::Rubydoc
sig { returns(Homebrew::DevCmd::Rubydoc::Args) } sig { returns(Homebrew::DevCmd::Rubydoc::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Sh`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Sh`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Sh`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Sh`.
class Homebrew::DevCmd::Sh class Homebrew::DevCmd::Sh
sig { returns(Homebrew::DevCmd::Sh::Args) } sig { returns(Homebrew::DevCmd::Sh::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::StyleCmd`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::StyleCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::StyleCmd`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::StyleCmd`.
class Homebrew::DevCmd::StyleCmd class Homebrew::DevCmd::StyleCmd
sig { returns(Homebrew::DevCmd::StyleCmd::Args) } sig { returns(Homebrew::DevCmd::StyleCmd::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::TapNew`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::TapNew`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::TapNew`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::TapNew`.
class Homebrew::DevCmd::TapNew class Homebrew::DevCmd::TapNew
sig { returns(Homebrew::DevCmd::TapNew::Args) } sig { returns(Homebrew::DevCmd::TapNew::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Test`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Test`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Test`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Test`.
class Homebrew::DevCmd::Test class Homebrew::DevCmd::Test
sig { returns(Homebrew::DevCmd::Test::Args) } sig { returns(Homebrew::DevCmd::Test::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Tests`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Tests`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Tests`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Tests`.
class Homebrew::DevCmd::Tests class Homebrew::DevCmd::Tests
sig { returns(Homebrew::DevCmd::Tests::Args) } sig { returns(Homebrew::DevCmd::Tests::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Typecheck`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Typecheck`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Typecheck`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Typecheck`.
class Homebrew::DevCmd::Typecheck class Homebrew::DevCmd::Typecheck
sig { returns(Homebrew::DevCmd::Typecheck::Args) } sig { returns(Homebrew::DevCmd::Typecheck::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Unbottled`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Unbottled`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Unbottled`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Unbottled`.
class Homebrew::DevCmd::Unbottled class Homebrew::DevCmd::Unbottled
sig { returns(Homebrew::DevCmd::Unbottled::Args) } sig { returns(Homebrew::DevCmd::Unbottled::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Unpack`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Unpack`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Unpack`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Unpack`.
class Homebrew::DevCmd::Unpack class Homebrew::DevCmd::Unpack
sig { returns(Homebrew::DevCmd::Unpack::Args) } sig { returns(Homebrew::DevCmd::Unpack::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateLicenseData`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateLicenseData`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateLicenseData`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateLicenseData`.
class Homebrew::DevCmd::UpdateLicenseData class Homebrew::DevCmd::UpdateLicenseData
sig { returns(Homebrew::DevCmd::UpdateLicenseData::Args) } sig { returns(Homebrew::DevCmd::UpdateLicenseData::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateMaintainers`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateMaintainers`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateMaintainers`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateMaintainers`.
class Homebrew::DevCmd::UpdateMaintainers class Homebrew::DevCmd::UpdateMaintainers
sig { returns(Homebrew::DevCmd::UpdateMaintainers::Args) } sig { returns(Homebrew::DevCmd::UpdateMaintainers::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdatePythonResources`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdatePythonResources`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdatePythonResources`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdatePythonResources`.
class Homebrew::DevCmd::UpdatePythonResources class Homebrew::DevCmd::UpdatePythonResources
sig { returns(Homebrew::DevCmd::UpdatePythonResources::Args) } sig { returns(Homebrew::DevCmd::UpdatePythonResources::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateSponsors`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateSponsors`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateSponsors`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateSponsors`.
class Homebrew::DevCmd::UpdateSponsors class Homebrew::DevCmd::UpdateSponsors
sig { returns(Homebrew::DevCmd::UpdateSponsors::Args) } sig { returns(Homebrew::DevCmd::UpdateSponsors::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateTest`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::UpdateTest`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateTest`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::UpdateTest`.
class Homebrew::DevCmd::UpdateTest class Homebrew::DevCmd::UpdateTest
sig { returns(Homebrew::DevCmd::UpdateTest::Args) } sig { returns(Homebrew::DevCmd::UpdateTest::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::VendorGems`. # This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::VendorGems`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::VendorGems`. # Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::VendorGems`.
class Homebrew::DevCmd::VendorGems class Homebrew::DevCmd::VendorGems
sig { returns(Homebrew::DevCmd::VendorGems::Args) } sig { returns(Homebrew::DevCmd::VendorGems::Args) }
def args; end def args; end

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `Homebrew::EnvConfig`. # This is an autogenerated file for dynamic methods in `Homebrew::EnvConfig`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::EnvConfig`. # Please instead update this file by running `bin/tapioca dsl Homebrew::EnvConfig`.
module Homebrew::EnvConfig module Homebrew::EnvConfig
class << self class << self
sig { returns(T.nilable(::String)) } sig { returns(T.nilable(::String)) }

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for dynamic methods in `RuboCop::Cop::Cask::Variables`. # This is an autogenerated file for dynamic methods in `RuboCop::Cop::Cask::Variables`.
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::Cask::Variables`. # Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::Cask::Variables`.
class RuboCop::Cop::Cask::Variables class RuboCop::Cop::Cask::Variables
sig do sig do
params( params(

View File

@ -4,4 +4,5 @@
# This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::AssertStatements`. # This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::AssertStatements`.
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::AssertStatements`. # Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::AssertStatements`.
class RuboCop::Cop::FormulaAudit::AssertStatements; end class RuboCop::Cop::FormulaAudit::AssertStatements; end

View File

@ -4,4 +4,5 @@
# This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::ClassInheritance`. # This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::ClassInheritance`.
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::ClassInheritance`. # Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::ClassInheritance`.
class RuboCop::Cop::FormulaAudit::ClassInheritance; end class RuboCop::Cop::FormulaAudit::ClassInheritance; end

View File

@ -4,4 +4,5 @@
# This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::ClassName`. # This is an autogenerated file for dynamic methods in `RuboCop::Cop::FormulaAudit::ClassName`.
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::ClassName`. # Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::ClassName`.
class RuboCop::Cop::FormulaAudit::ClassName; end class RuboCop::Cop::FormulaAudit::ClassName; end

Some files were not shown because too many files have changed in this diff Show More