# File lib/twitter/trend_results.rb, line 44
    def location
      location? ? Place.new(@attrs[:locations].first) : NullObject.new
    end