Method: Numeric#in_days
- Defined in:
- lib/sugarcube-numbers/time.rb
#in_days ⇒ Object
50 51 52 |
# File 'lib/sugarcube-numbers/time.rb', line 50 def in_days self / 1.day.to_f end |
50 51 52 |
# File 'lib/sugarcube-numbers/time.rb', line 50 def in_days self / 1.day.to_f end |