# File lib/mongo/db.rb, line 389
    def dereference(dbref)
      collection(dbref.namespace).find_one("_id" => dbref.object_id)
    end