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