# File lib/holidays.rb, line 433
  def holiday?(*options)
    holidays = self.holidays(options)
    holidays && !holidays.empty?
  end