Skip to content

Commit afb46c2

Browse files
committed
Privatize HTTP_HEADERS_OPTS constant
1 parent 8a8727a commit afb46c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/indieweb/endpoints/client.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class Client
88
user_agent: 'IndieWeb Endpoint Discovery (https://rubygems.org/gems/indieweb-endpoints)'
99
}.freeze
1010

11+
private_constant :HTTP_HEADERS_OPTS
12+
1113
# Create a new client with a URL to parse for IndieWeb endpoints.
1214
#
1315
# @example

0 commit comments

Comments
 (0)