# File lib/twitter/search.rb, line 312
    def retweets
      @query[:q] << "rt"
      self
    end