Method: Numeric#in_weeks
- Defined in:
- lib/sugarcube-numbers/time.rb
#in_weeks ⇒ Object
59 60 61 |
# File 'lib/sugarcube-numbers/time.rb', line 59 def in_weeks self / 1.week.to_f end |
59 60 61 |
# File 'lib/sugarcube-numbers/time.rb', line 59 def in_weeks self / 1.week.to_f end |