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