lib/httpx/headers.rb in httpx-0.18.7 vs lib/httpx/headers.rb in httpx-0.19.0
- old
+ new
@@ -1,10 +1,8 @@
# frozen_string_literal: true
module HTTPX
class Headers
- EMPTY = [].freeze
-
class << self
def new(headers = nil)
return headers if headers.is_a?(self)
super