# File lib/twitter/api.rb, line 2184 def local_trends(woeid=1, options={}) response = get("/1/trends/#{woeid}.json", options) collection_from_array(Twitter::Trend, response[:body].first[:trends]) end