# File lib/amazon/locale.rb, line 87 def Locale.get_locale_by_addr(address) localise(Net::GeoIP.new.country_code_by_addr(address)) end