Method: Calculations#end_of_semester

Defined in:
lib/semester/core_ext.rb

#end_of_semesterObject Also known as: at_end_of_semester



8
9
10
11
# File 'lib/semester/core_ext.rb', line 8

def end_of_semester
  last_semester_month = [6, 12].detect { |m| m >= month }
  beginning_of_month.change(:month => last_semester_month).end_of_month
end