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