Update RBI files for concurrent-ruby.
This commit is contained in:
parent
3312767cd5
commit
47db90603f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user