Update RBI files for highline.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-06-05 16:27:44 +00:00
parent 70c224e897
commit d726a2f252
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -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<RbiGenerator::TypeAlias>]
#
# 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<RbsGenerator::TypeAlias>]
#
# 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<String>]
# @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