ruby / gem_rbs_collection

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

Fix rack `response` type #496

Closed soutaro closed 5 months ago

soutaro commented 5 months ago

Allow a String to be the body of rack response.

The SPEC doesn't say String is permitted, but the implementation seems to accept to_str body.