lib/protocol/http/body/head.rb in protocol-http-0.36.0 vs lib/protocol/http/body/head.rb in protocol-http-0.37.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
-require_relative 'readable'
+require_relative "readable"
module Protocol
module HTTP
module Body
class Head < Readable