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:
parent
3eb173a480
commit
34641b76a8
@ -8,8 +8,10 @@ module Addressable; end
|
||||
|
||||
module Addressable::IDNA
|
||||
class << self
|
||||
def _deprecated_unicode_normalize_kc(value); end
|
||||
def to_ascii(input); end
|
||||
def to_unicode(input); end
|
||||
def unicode_normalize_kc(*args, &block); end
|
||||
|
||||
private
|
||||
|
||||
@ -4243,6 +4243,10 @@ module Gem
|
||||
def self.remove_unresolved_default_spec(spec); end
|
||||
end
|
||||
|
||||
class GitHubRunner
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
class HTTP::Cookie
|
||||
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
|
||||
end
|
||||
@ -4691,6 +4695,10 @@ class KeyError
|
||||
include ::DidYouMean::Correctable
|
||||
end
|
||||
|
||||
class LinuxRunnerSpec
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
class Logger
|
||||
SEV_LABEL = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
@ -4707,6 +4715,10 @@ module Logger::Period
|
||||
SiD = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class MacOSRunnerSpec
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
module MachOShim
|
||||
def dylib_id(*args, &block); end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user