Returns a new instance of Config.
6 7 8 9 10 11
# File 'lib/calrom/config.rb', line 6 def initialize self.today = Date.today self.date_range = Month.new(today.year, today.month) self.sanctorale = [] self.configs = [] end