module Holidays::Factory::Definition

def regions_repository

Experimental RBS support (using type sampling data from the type_fusion project).

def regions_repository: () -> Holidays::Definition::Repository::Regions

This signature was generated using 1 sample from 1 application.

def regions_repository
  @regions_repo ||= Holidays::Definition::Repository::Regions.new(
    Holidays::REGIONS,
    Holidays::PARENT_REGION_LOOKUP,
  )
end