Class: QuarterEndDate

Inherits:
QuarterBoundaryDate show all
Defined in:
lib/quarter_system/quarter_boundary_date.rb

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



15
16
17
# File 'lib/quarter_system/quarter_boundary_date.rb', line 15

def self.new(*args)
  super.end_of_month
end