module UspsCounties::CountiesAndPopulation
Public Class Methods
counties_and_population_from(state_name)
click to toggle source
# File lib/usps_counties/counties_and_population.rb, line 5 def self.counties_and_population_from(state_name) Constants::STATE_COUNTY_POPULATION_HASH[state_name] end