module Holidays::NO

def self.custom_methods

def self.custom_methods
  {
      
  }
end

def self.defined_regions

:nodoc:
All the definitions are available at https://github.com/holidays/holidays

Definitions loaded: definitions/no.yaml

This file is generated by the Ruby Holidays gem.
def self.defined_regions
  [:no]
end

def self.holidays_by_month

def self.holidays_by_month
  {
            0 => [{:function => "easter(year)", :function_arguments => [:year], :function_modifier => -49, :type => :informal, :name => "Fastelavn", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => -7, :name => "Palmesøndag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => -3, :name => "Skjærtorsdag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => -2, :name => "Langfredag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :name => "1. påskedag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => 1, :name => "2. påskedag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => 39, :name => "Kristi Himmelfartsdag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => 49, :name => "1. pinsedag", :regions => [:no]},
        {:function => "easter(year)", :function_arguments => [:year], :function_modifier => 50, :name => "2. pinsedag", :regions => [:no]}],
  1 => [{:mday => 1, :name => "Nyttårsdag", :regions => [:no]}],
  5 => [{:mday => 1, :name => "1. mai", :regions => [:no]},
        {:mday => 17, :name => "17. mai", :regions => [:no]}],
  12 => [{:mday => 24, :type => :informal, :name => "Julaften", :regions => [:no]},
        {:mday => 25, :name => "1. juledag", :regions => [:no]},
        {:mday => 26, :name => "2. juledag", :regions => [:no]},
        {:mday => 31, :type => :informal, :name => "Nyttårsaften", :regions => [:no]}]
  }
end