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