lib/zakuro/operation/month/parser.rb in zakuro-0.1.1 vs lib/zakuro/operation/month/parser.rb in zakuro-0.1.2

- old
+ new

@@ -338,10 +338,10 @@ def self.create_month(yaml_hash: {}) Month.new( number: create_month_number(yaml_hash: yaml_hash['number']), leaped: create_month_leaped(yaml_hash: yaml_hash['leaped']), - days: create_month_day(yaml_hash: yaml_hash['days']) + is_many_days: create_month_day(yaml_hash: yaml_hash['days']) ) end private_class_method :create_month def self.create_month_number(yaml_hash: {})