lib/httparty/response_fragment.rb in httparty-0.18.1 vs lib/httparty/response_fragment.rb in httparty-0.19.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'delegate' module HTTParty # Allow access to http_response and code by delegation on fragment class ResponseFragment < SimpleDelegator