# File lib/moped/query.rb, line 155
    def hint(hint)
      upgrade_to_advanced_selector
      operation.selector["$hint"] = hint
      self
    end