module Period::HasMany::Days

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

Public Instance Methods

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