Update RBI files for msgpack.

This commit is contained in:
BrewTestBot 2022-01-20 18:14:30 +00:00
parent 03384a608a
commit 0b7693b6c9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
3 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `msgpack` gem.
# Please instead update this file by running `bin/tapioca gem msgpack`.
# typed: true
class Array
include ::Enumerable
include ::JSON::Ext::Generator::GeneratorMethods::Array
@ -145,10 +145,8 @@ end
class String
include ::Comparable
include ::Colorize::InstanceMethods
include ::JSON::Ext::Generator::GeneratorMethods::String
include ::MessagePack::CoreExt
extend ::Colorize::ClassMethods
extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
private
@ -163,8 +161,6 @@ class Symbol
include ::Comparable
include ::MessagePack::CoreExt
def to_msgpack_ext; end
private
def to_msgpack_with_packer(packer); end

View File

@ -6810,6 +6810,10 @@ class Struct
def filter(*arg); end
end
class Symbol
def to_msgpack_ext(); end
end
class SystemCommand::Result
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks

View File

@ -2,8 +2,6 @@
# srb rbi todo
# typed: strong
module ::Colorize::ClassMethods; end
module ::Colorize::InstanceMethods; end
module ::StackProf; end
module T::InterfaceWrapper::Helpers; end
module T::Private::Abstract::Hooks; end