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