ruby / gem_rbs_collection

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

Add types for actioncable #478

Closed tk0miya closed 5 months ago

tk0miya commented 8 months ago

This only adds empty class definitions. But these classes are very important because rails new generates a new application having subclasses of them. I saw it in the Rails tutorial.