lib/protocol/http/body/wrapper.rb in protocol-http-0.36.0 vs lib/protocol/http/body/wrapper.rb in protocol-http-0.37.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. # Copyright, 2019-2024, by Samuel Williams. -require_relative 'readable' +require_relative "readable" module Protocol module HTTP module Body # Wrapping body instance. Typically you'd override `#read`.