# File lib/twitter/client/local_trends.rb, line 21
      def local_trends(woeid=1, options={})
        get("/1/trends/#{woeid}.json", options).first['trends'].map do |trend|
          Twitter::Trend.new(trend)
        end
      end