Update RBI files for concurrent-ruby.

This commit is contained in:
BrewTestBot 2021-01-21 05:50:01 +00:00
parent 3312767cd5
commit 47db90603f
2 changed files with 15 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `concurrent-ruby` gem.
# Please instead update this file by running `tapioca sync --exclude json`.
# Please instead update this file by running `tapioca sync`.
# typed: true
@ -477,7 +477,7 @@ module Concurrent::Concern::Observable
protected
def observers; end
def observers=(_); end
def observers=(_arg0); end
end
class Concurrent::ConcurrentUpdateError < ::ThreadError
@ -714,10 +714,10 @@ class Concurrent::LockFreeStack::Node
def next_node; end
def value; end
def value=(_); end
def value=(_arg0); end
class << self
def [](*_); end
def [](*_arg0); end
end
end
@ -1465,10 +1465,10 @@ class Concurrent::SerializedExecution::Job < ::Struct
def executor=(_); end
class << self
def [](*_); end
def [](*_arg0); end
def inspect; end
def members; end
def new(*_); end
def new(*_arg0); end
end
end
@ -1881,10 +1881,10 @@ class Concurrent::Transaction::ReadLogEntry < ::Struct
def version=(_); end
class << self
def [](*_); end
def [](*_arg0); end
def inspect; end
def members; end
def new(*_); end
def new(*_arg0); end
end
end

View File

@ -7673,11 +7673,6 @@ class Hash
def self.try_convert(_); end
end
class HeadVersion
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew
MAX_PORT = ::T.let(nil, ::T.untyped)
MIN_PORT = ::T.let(nil, ::T.untyped)
@ -29737,6 +29732,13 @@ module Utils
end
class Version::Token
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Version
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end