[ruby/net-http] freeze rest of lib
https://github.com/ruby/net-http/commit/455a74734a
This commit is contained in:
parent
4165ec91d8
commit
4d21134f3f
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
#
|
||||
# = net/http.rb
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
# for backward compatibility
|
||||
|
||||
# :enddoc:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
module Net
|
||||
# Net::HTTP exception class.
|
||||
# You cannot use Net::HTTPExceptions directly; instead, you must use
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
module Net::HTTP::ProxyDelta #:nodoc: internal use only
|
||||
private
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This class is the base class for \Net::HTTP request classes.
|
||||
# The class should not be used directly;
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# HTTP/1.1 methods --- RFC2616
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
=begin
|
||||
|
||||
= net/https -- SSL/TLS enhancement for Net::HTTP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user