module Minitest

def self.clock_time

Experimental RBS support (using type sampling data from the type_fusion project).

def self.clock_time: () -> Float

This signature was generated using 30 samples from 1 application.

:nodoc:
def self.clock_time
  Process.clock_gettime Process::CLOCK_MONOTONIC
end