Skip to content

Commit

Permalink
Delete unneccersary 'end' and correct comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwo32 committed Jun 14, 2020
1 parent 8d85f0a commit f7108f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7108f2

Please sign in to comment.