# File lib/bson/types/object_id.rb, line 21
  def BSON::ObjectId(s)
    ObjectId.from_string(s)
  end