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 #469

Closed andredriem closed 8 months ago

andredriem commented 8 months ago

HTTParty::Response#parsed_response's return type is incorrect as described in this issue #466

andredriem commented 8 months ago

Changed return type from untyped to Object. Also added a test call for the function