# File lib/twitter/model.rb, line 238
    def each
      trends.each do |t|
        yield t
      end
    end