# File lib/active_support/core_ext/time/calculations.rb, line 210 def end_of_quarter change(:month => [3, 6, 9, 12].detect { |m| m >= self.month }).end_of_month end