# File lib/countries/sources/local/subdivision.rb, line 9 def load if File.exist?(file_path) YAML.load_file(file_path) || {} else {} end end