Update RBI files for concurrent-ruby.

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-03-02 22:22:56 +00:00
parent 7d4991cd9e
commit eb75a1b788
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -485,6 +485,7 @@ class Concurrent::Collection::NonConcurrentMapBackend
def dupped_backend; end
def initialize_copy(other); end
def pair?(key, expected_value); end
def set_backend(default_proc); end
def store_computed_value(key, new_value); end
end