class Wiris::Timer

Public Class Methods

stamp() click to toggle source
# File lib/src-generic/Timer.rb, line 3
def self.stamp()
        return Time.now.to_f
end