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