From 288102a11f52d5a74e1cca54ec2ad47f939359fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:27:25 +0000 Subject: [PATCH] Update RBI files for commander. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../{parlour@8.1.0.rbi => parlour@9.0.0.rbi} | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{parlour@8.1.0.rbi => parlour@9.0.0.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/parlour@8.1.0.rbi b/Library/Homebrew/sorbet/rbi/gems/parlour@9.0.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/parlour@8.1.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/parlour@9.0.0.rbi index 45bb33b172..7a10e59561 100644 --- a/Library/Homebrew/sorbet/rbi/gems/parlour@8.1.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/parlour@9.0.0.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `parlour` gem. # Please instead update this file by running `bin/tapioca gem parlour`. + # source://parlour//lib/parlour/version.rb#2 module Parlour; end @@ -374,7 +375,7 @@ end # The RBI generator. # -# source://parlour//lib/parlour/rbi_generator/parameter.rb#5 +# source://parlour//lib/parlour/rbi_generator/parameter.rb#4 class Parlour::RbiGenerator < ::Parlour::Generator # @return [RbiGenerator] a new instance of RbiGenerator # @@ -913,7 +914,7 @@ class Parlour::RbiGenerator::Namespace < ::Parlour::RbiGenerator::RbiObject # @param block [T.proc.params(x: Attribute).void, nil] # @return [Attribute] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def create_attr(*args, **_arg1, &blk); end # source://parlour//lib/parlour/rbi_generator/namespace.rb#472 @@ -1121,7 +1122,7 @@ class Parlour::RbiGenerator::Namespace < ::Parlour::RbiGenerator::RbiObject # @return [Array] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def type_aliases(*args, **_arg1, &blk); end private @@ -1428,7 +1429,7 @@ end # The RBS generator. # -# source://parlour//lib/parlour/rbs_generator/rbs_object.rb#8 +# source://parlour//lib/parlour/rbs_generator/rbs_object.rb#3 class Parlour::RbsGenerator < ::Parlour::Generator # @return [RbsGenerator] a new instance of RbsGenerator # @@ -1885,7 +1886,7 @@ class Parlour::RbsGenerator::Namespace < ::Parlour::RbsGenerator::RbsObject # @param block [T.proc.params(x: Attribute).void, nil] # @return [Attribute] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def create_attr(*args, **_arg1, &blk); end # source://parlour//lib/parlour/rbs_generator/namespace.rb#347 @@ -2052,7 +2053,7 @@ class Parlour::RbsGenerator::Namespace < ::Parlour::RbsGenerator::RbsObject # @return [Array] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def type_aliases(*args, **_arg1, &blk); end private @@ -2395,7 +2396,7 @@ class Parlour::TypeParser::IntermediateSig < ::T::Struct prop :params, T.nilable(T::Array[::Parser::AST::Node]) class << self - # source://sorbet-runtime/0.5.11258/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11409/lib/types/struct.rb#13 def inherited(s); end end end @@ -2450,7 +2451,7 @@ class Parlour::TypedObject # @param comment [String, Array] # @return [void] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def add_comments(*args, **_arg1, &blk); end # source://parlour//lib/parlour/typed_object.rb#32 @@ -2471,7 +2472,7 @@ class Parlour::TypedObject # @return [String] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def inspect(*args, **_arg1, &blk); end # source://parlour//lib/parlour/typed_object.rb#26 @@ -2480,7 +2481,7 @@ class Parlour::TypedObject # @return [String] # - # source://sorbet-runtime/0.5.11258/lib/types/private/methods/_methods.rb#257 + # source://sorbet-runtime/0.5.11409/lib/types/private/methods/_methods.rb#257 def to_s(*args, **_arg1, &blk); end protected @@ -2725,7 +2726,7 @@ end # A type which can be called as a function. # -# source://parlour//lib/parlour/types.rb#505 +# source://parlour//lib/parlour/types.rb#504 class Parlour::Types::Proc < ::Parlour::Types::Type # source://parlour//lib/parlour/types.rb#533 sig do