lib/ethon/easy/header.rb in ethon-0.12.0 vs lib/ethon/easy/header.rb in ethon-0.13.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module Ethon class Easy # This module contains the logic around adding headers to libcurl. # # @api private