class Numeric

Public Instance Methods

millisecond()
Alias for: milliseconds
milliseconds() click to toggle source
# File lib/logmerge.rb, line 14
def milliseconds; self/86400000.0 end
Also aliased as: millisecond
minute()
Alias for: minutes
minutes() click to toggle source
# File lib/logmerge.rb, line 8
def minutes; self/1440.0 end
Also aliased as: minute
second()
Alias for: seconds
seconds() click to toggle source
# File lib/logmerge.rb, line 11
def seconds; self/86400.0 end
Also aliased as: second