Module: Holidays::MA
- Defined in:
- lib/generated_definitions/ma.rb
Overview
This file is generated by the Ruby Holidays gem.
Definitions loaded: definitions/ma.yaml
To use the definitions in this file, load it right after you load the Holiday gem:
require 'holidays'
require 'generated_definitions/ma'
All the definitions are available at github.com/holidays/holidays
Class Method Summary collapse
Class Method Details
.custom_methods ⇒ Object
33 34 35 36 37 |
# File 'lib/generated_definitions/ma.rb', line 33 def self.custom_methods { } end |
.defined_regions ⇒ Object
:nodoc:
15 16 17 |
# File 'lib/generated_definitions/ma.rb', line 15 def self.defined_regions [:ma] end |
.holidays_by_month ⇒ Object
19 20 21 22 23 24 25 26 27 28 29 30 31 |
# File 'lib/generated_definitions/ma.rb', line 19 def self.holidays_by_month { 1 => [{:mday => 1, :name => "Ras l' âm", :regions => [:ma]}, {:mday => 11, :name => "Takdim watikat al-istiqlal", :regions => [:ma]}], 5 => [{:mday => 1, :name => "Eid Ash-Shughl", :regions => [:ma]}], 7 => [{:mday => 30, :name => "Eid Al-Ârch", :regions => [:ma]}], 8 => [{:mday => 14, :name => "Zikra Oued Ed-Dahab", :regions => [:ma]}, {:mday => 20, :name => "Thawrat al malik wa shâab", :regions => [:ma]}, {:mday => 21, :name => "Eid Al Milad", :regions => [:ma]}], 11 => [{:mday => 6, :name => "Eid Al Massira Al Khadra", :regions => [:ma]}, {:mday => 18, :name => "Eid Al Istiqulal", :regions => [:ma]}] } end |