class Geocoder::Result::Freegeoip
def address(format = :full)
def address(format = :full) "#{city}#{', ' + state_code unless state_code == ''} #{postal_code}, #{country}".sub(/^[ ,]*/, "") end
def address(format = :full) "#{city}#{', ' + state_code unless state_code == ''} #{postal_code}, #{country}".sub(/^[ ,]*/, "") end