# File lib/mongo/dbref.rb, line 71 def initialize(collection, id, database = nil) @collection = collection @id = id @database = database end