Module: ActorSystem::Actor

Defined in:
lib/actor_system/actor.rb

Class Method Summary collapse

Class Method Details

.unique_idObject



6
7
8
# File 'lib/actor_system/actor.rb', line 6

def self.unique_id
  Digest::SHA1.hexdigest([Time.now, rand].join)
end