lib/twilio-ruby.rb in twilio-ruby-5.42.0 vs lib/twilio-ruby.rb in twilio-ruby-5.43.0

- old
+ new

@@ -36,10 +36,10 @@ extend SingleForwardable autoload :JWT, File.join(File.dirname(__FILE__), 'twilio-ruby', 'jwt', 'jwt.rb') autoload :TwiML, File.join(File.dirname(__FILE__), 'twilio-ruby', 'twiml', 'twiml.rb') - def_delegators :configuration, :account_sid, :auth_token, :http_client, :region, :edge + def_delegators :configuration, :account_sid, :auth_token, :http_client, :region, :edge, :logger ## # Pre-configure with account SID and auth token so that you don't need to # pass them to various initializers each time. def self.configure(&block)