# File 'lib/periods/modules/halfyear.rb', line 16defmonthsmonths=[Periods::Month.for(start_date)]1.upto(5)do|idx|months<<Periods::Month.for(start_date.next_month(idx))endmonthsend
#quarters ⇒ Object
24
25
26
# File 'lib/periods/modules/halfyear.rb', line 24defquarters[Periods::Quarter.for(start_date),Periods::Quarter.for(start_date.next_month(3))]end