# File lib/twitter/base.rb, line 10
    def client(options={})
      warn "#{Kernel.caller.first}: [DEPRECATION] Twitter::Base is deprecated and will be permanently removed in the next major version. Please use Twitter::Client instead."
      Twitter::Client.new(options)
    end