Feature #14316 » 0001-Specify-frozen_string_literal-true.patch
| lib/net/http/responses.rb | ||
|---|---|---|
|
# frozen_string_literal: false
|
||
|
# frozen_string_literal: true
|
||
|
# :stopdoc:
|
||
|
# https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
|
||
|
class Net::HTTPUnknownResponse < Net::HTTPResponse
|
||