Authors: Matthew Kerwin
License: ISC License
Summary: == Time.timestamp
Defines <tt>Time::timestamp</tt> and <tt>Time::unix_timestamp</tt>.
See the original discussion at {Ruby-Lang}[https://bugs.ruby-lang.org/issues/8096]
:call-seq:
Time::timestamp -> Integer
Returns a nanosecond-precision timestamp from the system's monotonic
clock. Note that the...