Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/day.rb
Instance Method Summary collapse
Instance Method Details
#days ⇒ Object
17 18 19 |
# File 'lib/day.rb', line 17 def days self * 60 * 60 * 24 end |