Skip to content

Commit

Permalink
Merge pull request #470 from andredriem/main
Browse files Browse the repository at this point in the history
httparty: Fixed return type of HTTParty::Response#parsed_response
  • Loading branch information
pocke authored Jan 25, 2024
2 parents f8cff91 + a477088 commit 2bde034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/httparty/0.18/httparty.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ module HTTParty

def initialize: (HTTParty::Request request, untyped response, String parsed_block, ?Hash[untyped, untyped] options) -> instance

def parsed_response: () -> String
def parsed_response: () -> Object

def code: () -> Integer

Expand Down

0 comments on commit 2bde034

Please sign in to comment.