class Numeric
Constants
- SECONDS_IN_DAY
Public Instance Methods
days()
click to toggle source
# File lib/mako/core_ext/numeric.rb, line 6 def days self * SECONDS_IN_DAY end
Also aliased as: day
# File lib/mako/core_ext/numeric.rb, line 6 def days self * SECONDS_IN_DAY end