instance method
next_quarter
Ruby on Rails 4.0.13
Since v4.0.13Signature
next_quarter()
Short-hand for months_since(3)
Source
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 125
def next_quarter
months_since(3)
end
Defined in activesupport/lib/active_support/core_ext/date_and_time/calculations.rb line 125
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in DateAndTime::Calculations