Update RBI files for msgpack.
This commit is contained in:
parent
03384a608a
commit
0b7693b6c9
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `msgpack` gem.
|
# This is an autogenerated file for types exported from the `msgpack` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem msgpack`.
|
# Please instead update this file by running `bin/tapioca gem msgpack`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
class Array
|
class Array
|
||||||
include ::Enumerable
|
include ::Enumerable
|
||||||
include ::JSON::Ext::Generator::GeneratorMethods::Array
|
include ::JSON::Ext::Generator::GeneratorMethods::Array
|
||||||
@ -145,10 +145,8 @@ end
|
|||||||
|
|
||||||
class String
|
class String
|
||||||
include ::Comparable
|
include ::Comparable
|
||||||
include ::Colorize::InstanceMethods
|
|
||||||
include ::JSON::Ext::Generator::GeneratorMethods::String
|
include ::JSON::Ext::Generator::GeneratorMethods::String
|
||||||
include ::MessagePack::CoreExt
|
include ::MessagePack::CoreExt
|
||||||
extend ::Colorize::ClassMethods
|
|
||||||
extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
|
extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
|
||||||
|
|
||||||
private
|
private
|
||||||
@ -163,8 +161,6 @@ class Symbol
|
|||||||
include ::Comparable
|
include ::Comparable
|
||||||
include ::MessagePack::CoreExt
|
include ::MessagePack::CoreExt
|
||||||
|
|
||||||
def to_msgpack_ext; end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def to_msgpack_with_packer(packer); end
|
def to_msgpack_with_packer(packer); end
|
||||||
@ -6810,6 +6810,10 @@ class Struct
|
|||||||
def filter(*arg); end
|
def filter(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Symbol
|
||||||
|
def to_msgpack_ext(); end
|
||||||
|
end
|
||||||
|
|
||||||
class SystemCommand::Result
|
class SystemCommand::Result
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
|||||||
@ -2,8 +2,6 @@
|
|||||||
# srb rbi todo
|
# srb rbi todo
|
||||||
|
|
||||||
# typed: strong
|
# typed: strong
|
||||||
module ::Colorize::ClassMethods; end
|
|
||||||
module ::Colorize::InstanceMethods; end
|
|
||||||
module ::StackProf; end
|
module ::StackProf; end
|
||||||
module T::InterfaceWrapper::Helpers; end
|
module T::InterfaceWrapper::Helpers; end
|
||||||
module T::Private::Abstract::Hooks; end
|
module T::Private::Abstract::Hooks; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user