ruby / gem_rbs_collection

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

activesupport: Add types for OrderedOptions and InheritableOptions #467

Closed m11o closed 5 months ago

m11o commented 8 months ago

This PR added the types for ActiveSupport::OrderOptions and ActiveSupport::IneritableOptions. Besides, I replace the types for methods that use or return these classes' instances.

ref: ActiveSupport::OrderedOptions and ActiveSupport::InheritableOptions