# File lib/twitter/rest/trends.rb, line 21 def trends(id = 1, options = {}) options[:id] = id response = perform_get('/1.1/trends/place.json', options).first Twitter::TrendResults.new(response) end