# File lib/bson/types/object_id.rb, line 50
    def initialize(data=nil, time=nil)
      @data = data || generate(time)
    end