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