From a2450aea759cd639ea1d80d7a0c254bcad4e4261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 May 2024 17:14:56 +0000 Subject: [PATCH] Update RBI files for tapioca. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../gems/{tapioca@0.14.1.rbi => tapioca@0.14.2.rbi} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{tapioca@0.14.1.rbi => tapioca@0.14.2.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.1.rbi b/Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.2.rbi index 414c53ee5c..6ece0be3e3 100644 --- a/Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/tapioca@0.14.2.rbi @@ -232,7 +232,7 @@ class RBI::TypedParam < ::T::Struct const :type, ::String class << self - # source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 def inherited(s); end end end @@ -1150,7 +1150,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart] class << self - # source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 def inherited(s); end end end @@ -1161,7 +1161,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct const :colors, T::Array[::Symbol] class << self - # source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 def inherited(s); end end end @@ -2467,7 +2467,7 @@ class Tapioca::Loaders::Loader # @param engine [T.class_of(Rails::Engine)] # @return [Array] # - # source://sorbet-runtime/0.5.11370/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257 def eager_load_paths(*args, **_arg1, &blk); end # source://tapioca//lib/tapioca/loaders/loader.rb#188 @@ -3375,7 +3375,7 @@ module Tapioca::Static::SymbolLoader # @return [Array] # - # source://sorbet-runtime/0.5.11370/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257 def engines(*args, **_arg1, &blk); end # source://tapioca//lib/tapioca/static/symbol_loader.rb#82