class IO::Event::Debug::Selector

def now

@returns [Numeric] The current time.

The current time.
def now
	Process.clock_gettime(Process::CLOCK_MONOTONIC)
end