Skip to content

Commit a5203c9

Browse files
turn on frozen strings for net/http/header
1 parent 705e7c0 commit a5203c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/http/header.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
#
33
# The \HTTPHeader module provides access to \HTTP headers.
44
#

0 commit comments

Comments
 (0)