Method: TimeConstantMethods#days
- Defined in:
- lib/rdoc/generator/darkfish.rb
#days ⇒ Object Also known as: day
Returns the number of seconds in <receiver> days
386 387 388 |
# File 'lib/rdoc/generator/darkfish.rb', line 386 def days return self * 24.hours end |