method
weeks
weeks()
public
Hide source
# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 21 def weeks self * 7.days end