Method: Numeric#in_weeks

Defined in:
lib/sugarcube-numbers/time.rb

#in_weeksObject



59
60
61
# File 'lib/sugarcube-numbers/time.rb', line 59

def in_weeks
  self / 1.week.to_f
end