# File lib/mongo/collection.rb, line 136
    def hint=(hint=nil)
      @hint = normalize_hint_fields(hint)
      self
    end