Module: Geographer::Us::States
- Defined in:
- lib/geographer/us/states.rb
Overview
Provides a list of US States abbreviations (with and without territories), names and a map of abbreviations to names.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 |
# File 'lib/geographer/us/states.rb', line 9 def self.included( base ) base.extend( ClassMethods ) end |