class Time

def all_quarter

Returns a Range representing the whole quarter of the current time.
def all_quarter
  beginning_of_quarter..end_of_quarter
end