class Country
Constants
- TABLE_STRUCTURE
Public Class Methods
united_states()
click to toggle source
# File lib/earth/locality/country.rb, line 76 def self.united_states find_by_iso_3166_code('US') end
# File lib/earth/locality/country.rb, line 76 def self.united_states find_by_iso_3166_code('US') end