lib/httparty/headers_processor.rb in httparty-0.18.1 vs lib/httparty/headers_processor.rb in httparty-0.19.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module HTTParty
class HeadersProcessor
attr_reader :headers, :options
def initialize(headers, options)