ruby / gem_rbs_collection

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

httparty: Fixed return type of HTTParty::Response#parsed_response #470

Closed andredriem closed 5 months ago

andredriem commented 8 months ago

Changed return type form parsed_response from String to Object as discussed in the issue #466.