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