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