Skip to content

Commit

Permalink
Merge pull request #16324 from Homebrew/sorbet-files-update
Browse files Browse the repository at this point in the history
sorbet: Update RBI files.
  • Loading branch information
MikeMcQuaid authored Dec 13, 2023
2 parents de22479 + 4d1322a commit ecf4045
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -6383,7 +6383,13 @@ Net::HTTPServerErrorCode = Net::HTTPServerError

Net::HTTPSession = Net::HTTP

Net::HTTPSuccessCode = Net::HTTPSuccess
class Net::HTTPSuccess
end

Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError

class Net::HTTPSuccess
end

class Net::HTTPURITooLong
HAS_BODY = ::T.let(nil, ::T.untyped)
Expand Down

0 comments on commit ecf4045

Please sign in to comment.