# File lib/active_support/core_ext/numeric/time.rb, line 21
        def weeks
          self * 7.days
        end