Module: GeoQueryCatalog

Defined in:
lib/geo_query_catalog.rb

Overview

tiny helper, links and catalog documented in README

Constant Summary collapse

VERSION =
'0.0.4'

Class Method Summary collapse

Class Method Details

.sorted(values) ⇒ Object



4
5
6
# File 'lib/geo_query_catalog.rb', line 4

def self.sorted(values)
 values.map{|v|v.to_s.strip.upcase}.uniq.sort
end