# File lib/twitter.rb, line 11
    def client
      if @client && @client.cache_key == options.hash
        @client
      else
        @client = Twitter::Client.new(options)
      end
    end