ruby / gem_rbs_collection

A collection of RBS for gems.
MIT License
247 stars 101 forks source link

Create Concurrent::Map #500

Closed sw-square closed 5 months ago

sw-square commented 5 months ago

This adds all of the methods for Concurrent::Map. It uses some metaprogramming to define superclasses/not implement methods based on which implementation of ruby it's running on, so I implemented the greatest denominator (no super class and implement all methods)