Sha256: fda32bf5aeabbfa1c8e9576573f1c508832abc49725b73d62b54c956dad60ae9
Contents?: true
Size: 206 Bytes
Versions: 5
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module USGeo # Urban area with population >= 50,000. class UrbanizedArea < UrbanArea def urbanized? true end def cluster? false end end end
Version data entries
5 entries across 5 versions & 1 rubygems