From f7108f2c5dadda0fb49e60f06038838c27d987dd Mon Sep 17 00:00:00 2001 From: ttw Date: Sun, 14 Jun 2020 16:39:35 +0900 Subject: [PATCH] Delete unneccersary 'end' and correct comments. --- ch.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch.yaml b/ch.yaml index e58da49..81e7cd5 100644 --- a/ch.yaml +++ b/ch.yaml @@ -166,14 +166,13 @@ methods: arguments: year ruby: | date = Date.civil(year,11,1) - # Find the first Monday of September + # Find the first Monday of November until date.wday.eql? 1 do date += 1 end # There are 21 days between the first monday # and the 4rth Monday after date + 21 - end tests: - given: