Update RBI files for addressable.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-04-10 19:10:20 +00:00
parent 3eb173a480
commit 34641b76a8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 14 additions and 0 deletions

View File

@ -8,8 +8,10 @@ module Addressable; end
module Addressable::IDNA module Addressable::IDNA
class << self class << self
def _deprecated_unicode_normalize_kc(value); end
def to_ascii(input); end def to_ascii(input); end
def to_unicode(input); end def to_unicode(input); end
def unicode_normalize_kc(*args, &block); end
private private

View File

@ -4243,6 +4243,10 @@ module Gem
def self.remove_unresolved_default_spec(spec); end def self.remove_unresolved_default_spec(spec); end
end end
class GitHubRunner
def self.inherited(s); end
end
class HTTP::Cookie class HTTP::Cookie
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
end end
@ -4691,6 +4695,10 @@ class KeyError
include ::DidYouMean::Correctable include ::DidYouMean::Correctable
end end
class LinuxRunnerSpec
def self.inherited(s); end
end
class Logger class Logger
SEV_LABEL = ::T.let(nil, ::T.untyped) SEV_LABEL = ::T.let(nil, ::T.untyped)
end end
@ -4707,6 +4715,10 @@ module Logger::Period
SiD = ::T.let(nil, ::T.untyped) SiD = ::T.let(nil, ::T.untyped)
end end
class MacOSRunnerSpec
def self.inherited(s); end
end
module MachOShim module MachOShim
def dylib_id(*args, &block); end def dylib_id(*args, &block); end