# File lib/twitter/search_results.rb, line 10
    def results
      @results ||= Array(@attrs[:results]).map do |tweet|
        Twitter::Tweet.fetch_or_new(tweet)
      end
    end