method
fortnights
fortnights()
public
Hide source
# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 58 def fortnights ActiveSupport::Duration.new(self * 2.weeks, [[:days, self * 14]]) end