Returns:
4 5 6
# File 'lib/feriados/rules/holy_friday.rb', line 4 def self.holiday?(date) Easter.new(date.year).date - 2 == date end