# File lib/holidays/scandinavia.rb, line 132 def self.se_alla_helgons_dag(year) date = Date.civil(year,10,31) date += (6 - date.wday) date end