ruby / gem_rbs_collection

A collection of RBS for gems.
MIT License
263 stars 108 forks source link

active_hash: Fix ActiveHash::Base.find does not return nil #455

Closed tk0miya closed 1 year ago

tk0miya commented 1 year ago

It raises an exception if the target entry not found. Therefore it would be better to use non-optional types for its retval.