Update RBI files for mime-types-data.

This commit is contained in:
BrewTestBot 2021-07-05 18:08:58 +00:00
parent 3665e96954
commit 30118918f6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -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)