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