Module: Worldwide::Calendar

Defined in:
lib/worldwide/calendar.rb,
lib/worldwide/calendar/gregorian.rb

Defined Under Namespace

Classes: Gregorian

Class Method Summary collapse

Class Method Details

.first_week_day(territory_code) ⇒ Object



26
27
28
# File 'lib/worldwide/calendar.rb', line 26

def first_week_day(territory_code)
  FIRST_DAY_DATA[territory_code.to_sym] || FIRST_DAY_DATA.fetch(:"001")
end