Object
# File lib/simple_uuid.rb, line 2 def self.stamp Time.now.stamp end
# File lib/simple_uuid.rb, line 6 def stamp to_i * 1_000_000 + usec end