lib/twilio-ruby/http/http_client.rb in twilio-ruby-5.8.1 vs lib/twilio-ruby/http/http_client.rb in twilio-ruby-5.9.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'faraday'
module Twilio
module HTTP
class Client
- old
+ new