# File lib/holidays.rb, line 69
  def self.on(date, *options)
    self.between(date, date, options)
  end