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