ruby / gem_rbs_collection

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

globalid: Use untyped type for arguments #473

Closed tk0miya closed 7 months ago

tk0miya commented 8 months ago

Since RBS-3.3, void type is not allowed as an argument type. This replaces them to untyped.

pocke commented 7 months ago

void indicates that the argument is not used. How about using top instead to clarify it?