class EgridCountry

Constants

TABLE_STRUCTURE

Public Class Methods

us() click to toggle source
# File lib/earth/locality/egrid_country.rb, line 27
def us
  find_by_name 'U.S.'
end