all_quarter()
Returns a Range representing the whole quarter of the current date/time.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 309 def all_quarter beginning_of_quarter..end_of_quarter end