4 5 6 7 8 9 10
# File 'lib/focus/country.rb', line 4 def name begin return @data['Hostip']['countryName'] rescue return nil end end