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