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

View File

@ -7673,11 +7673,6 @@ class Hash
def self.try_convert(_); end def self.try_convert(_); end
end end
class HeadVersion
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew module Homebrew
MAX_PORT = ::T.let(nil, ::T.untyped) MAX_PORT = ::T.let(nil, ::T.untyped)
MIN_PORT = ::T.let(nil, ::T.untyped) MIN_PORT = ::T.let(nil, ::T.untyped)
@ -29737,6 +29732,13 @@ module Utils
end end
class Version::Token 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::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end