# File lib/twitter/client/trends.rb, line 33
      def trends_current(options={})
        warn "#{caller.first}: [DEPRECATION] #trends_current is deprecated and will be removed in the next major version. Please use #trends instead."
        local_trends(1, options)
      end