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