Update RBI files

This commit is contained in:
Bo Anderson 2022-10-06 17:51:52 +01:00
parent e3ee061db0
commit 89dd402e23
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -3642,19 +3642,6 @@ class OpenSSL::BN
def negative?(); end
end
module OpenSSL::KDF
end
class OpenSSL::KDF::KDFError
end
class OpenSSL::KDF::KDFError
end
module OpenSSL::KDF
def self.pbkdf2_hmac(*arg); end
end
class OpenSSL::OCSP::Request
def signed?(); end
end
@ -6700,9 +6687,6 @@ class URI::File
DEFAULT_PORT = ::T.let(nil, ::T.untyped)
end
class URI::File
end
class URI::HTTP
def buffer_open(buf, proxy, options); end
end
@ -6745,10 +6729,6 @@ class URI::MailTo
def initialize(*arg); end
end
URI::Parser = URI::RFC2396_Parser
URI::REGEXP = URI::RFC2396_REGEXP
class URI::RFC2396_Parser
def initialize(opts=T.unsafe(nil)); end
end