diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi index aed56c9c97..abd4038821 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi @@ -4,10 +4,4 @@ # 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`. -class Homebrew::CLI::Args - sig { returns(T::Boolean) } - def only_public?; end - - sig { returns(T::Boolean) } - def open?; end -end +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubydoc.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubydoc.rbi new file mode 100644 index 0000000000..c9b15ac932 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubydoc.rbi @@ -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