class CalendariumRomanum::Util::Year

Enumerates days of a year

Public Class Methods

new(year) click to toggle source
# File lib/calendarium-romanum/util.rb, line 45
def initialize(year)
  @start = Date.new year, 1, 1
  @prop = :year
end