# File lib/twitter/settings.rb, line 12
    def trend_location
      @trend_location ||= Twitter::Place.new(@attrs['trend_location'].first) unless @attrs['trend_location'].nil? || @attrs['trend_location'].empty?
    end