Module: Listen::MonotonicTime
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/listen-3.8.0/lib/listen/monotonic_time.rb
Instance Method Summary collapse
Instance Method Details
#now ⇒ Object
8 9 10 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/listen-3.8.0/lib/listen/monotonic_time.rb', line 8 def now Process.clock_gettime(Process::CLOCK_MONOTONIC) end |