class Time

Public Class Methods

microseconds() click to toggle source
# File lib/qntf/core_ext/time.rb, line 2
def self.microseconds
  (Time.now.to_f * 1_000_000).to_i
end