# File lib/holidays/se.rb, line 35 def self.se_midsommardagen(year) date = Date.civil(year,6,20) date += (6 - date.wday) date end