class USGeo::UrbanCluster

Urban area with population < 50,000.

Public Instance Methods

cluster?() click to toggle source
# File lib/us_geo/urban_cluster.rb, line 12
def cluster?
  true
end
urbanized?() click to toggle source
# File lib/us_geo/urban_cluster.rb, line 8
def urbanized?
  false
end