18 19 20 21 22
# File 'lib/periods/modules/quarter.rb', line 18 def months [ Periods::Month.for(start_date), Periods::Month.for(start_date.next_month), Periods::Month.for(start_date.next_month(2)) ] end