Update RBI files for mime-types-data.
This commit is contained in:
parent
3665e96954
commit
30118918f6
@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
module MIME
|
module MIME; end
|
||||||
end
|
|
||||||
|
|
||||||
class MIME::Types
|
class MIME::Types
|
||||||
include(::Enumerable)
|
include ::Enumerable
|
||||||
extend(::Enumerable)
|
extend ::Enumerable
|
||||||
|
|
||||||
def initialize; end
|
def initialize; end
|
||||||
|
|
||||||
@ -68,11 +67,7 @@ class MIME::Types::Cache < ::Struct
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module MIME::Types::Data
|
module MIME::Types::Data; end
|
||||||
end
|
|
||||||
|
|
||||||
MIME::Types::Data::PATH = T.let(T.unsafe(nil), String)
|
MIME::Types::Data::PATH = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
MIME::Types::Data::VERSION = T.let(T.unsafe(nil), String)
|
MIME::Types::Data::VERSION = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
MIME::Types::VERSION = T.let(T.unsafe(nil), String)
|
MIME::Types::VERSION = T.let(T.unsafe(nil), String)
|
||||||
Loading…
x
Reference in New Issue
Block a user