# File lib/holidays.rb, line 303
  def self.load_all
    self.available(true).each { |path| require path }
  end