# File lib/icalendar/component.rb, line 98 def new_uid "#{DateTime.now}_#{rand(999999999)}@#{Socket.gethostname}" end