module Period::HasMany::Quarters

@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide itterable access to the quarters of the FreePeriod

Public Instance Methods

quarters() click to toggle source
# File lib/period/has_many/quarters.rb, line 9
def quarters
  @quarters ||= itterate(to, Period::Quarter)
end