Update RBI files for msgpack.
This commit is contained in:
parent
03384a608a
commit
0b7693b6c9
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user