Sha256: 94336e528487233b0ff0119ec880da3e01a2ec3c13e00abfb9dfad7e3d271bf8
Contents?: true
Size: 357 Bytes
Versions: 12
Compression:
Stored size: 357 Bytes
Contents
module ParallelReportPortal # This module is responsilbe for the timekeeping for the tests. module Clock # Get the current time. # # This is based on the Unix time stamp and is in milliseconds. # # @return [Integer] the number of milliseconds since the Unix epoc. def clock (Time.now.to_f * 1000).to_i end end end
Version data entries
12 entries across 12 versions & 1 rubygems