Skip to content

Commit

Permalink
[ruby/net-http] freeze rest of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles authored and matzbot committed Aug 16, 2023
1 parent 4165ec9 commit 4d21134
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/net/http.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
#
# = net/http.rb
#
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/backward.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
# for backward compatibility

# :enddoc:
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/exceptions.rb
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/proxy_delta.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
module Net::HTTP::ProxyDelta #:nodoc: internal use only
private

Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/request.rb
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/requests.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true

# HTTP/1.1 methods --- RFC2616

Expand Down
2 changes: 1 addition & 1 deletion lib/net/https.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
=begin
= net/https -- SSL/TLS enhancement for Net::HTTP.
Expand Down

0 comments on commit 4d21134

Please sign in to comment.