Skip to content

Commit

Permalink
freeze rest of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Aug 12, 2023
1 parent dc3b4a7 commit 455a747
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 455a747

Please sign in to comment.