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