method
fortnights
v1.1.6 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::Numeric::Time
fortnights()public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 39
def fortnights
self * 2.weeks
end