We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 952f56b + 2b59ca7 commit 364d374Copy full SHA for 364d374
lib/concurrent/utility/monotonic_time.rb
@@ -46,8 +46,8 @@ def get_time
46
#
47
# Returns the current time a tracked by the application monotonic clock.
48
49
- # @return [Float] The current monotonic time when `since` not given else
50
- # the elapsed monotonic time between `since` and the current time
+ # @return [Float] The current monotonic time since some unspecified
+ # starting point
51
52
# @!macro monotonic_clock_warning
53
def monotonic_time
0 commit comments