# File lib/core/facets/file/atomic_id.rb, line 4 def self.atomic_id @atomic_id ||= 0 @atomic_id += 1 end