Sha256: 7fb228a6128334c0b8239c3130bff3be0b4143a0f9c08da0ad49fb0abe8dc382
Contents?: true
Size: 282 Bytes
Versions: 7
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module USGeo # Core based statistical area with a population greater then 10,000 but less than 50,000. class MicropolitanArea < CoreBasedStatisticalArea def metropolitan? false end def micropolitan? true end end end
Version data entries
7 entries across 7 versions & 1 rubygems