Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 455a747

Browse files
freeze rest of lib
1 parent dc3b4a7 commit 455a747

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/net/http.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
#
33
# = net/http.rb
44
#

lib/net/http/backward.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
# for backward compatibility
33

44
# :enddoc:

lib/net/http/exceptions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
module Net
33
# Net::HTTP exception class.
44
# You cannot use Net::HTTPExceptions directly; instead, you must use

lib/net/http/proxy_delta.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
module Net::HTTP::ProxyDelta #:nodoc: internal use only
33
private
44

lib/net/http/request.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22

33
# This class is the base class for \Net::HTTP request classes.
44
# The class should not be used directly;

lib/net/http/requests.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22

33
# HTTP/1.1 methods --- RFC2616
44

lib/net/https.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
=begin
33
44
= net/https -- SSL/TLS enhancement for Net::HTTP.

0 commit comments

Comments
 (0)