Parent

Methods

Class/Module Index [+]

Quicksearch

Time

Public Class Methods

stamp() click to toggle source
# File lib/simple_uuid.rb, line 2
def self.stamp
  Time.now.stamp
end

Public Instance Methods

stamp() click to toggle source
# File lib/simple_uuid.rb, line 6
def stamp
  to_i * 1_000_000 + usec
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.