Module: Periods::Modules::Quarter::InstanceMethods
- Defined in:
- lib/periods/modules/quarter.rb
Instance Method Summary collapse
Instance Method Details
#months ⇒ Object
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 |