class Geocoder::Result::DbIpCom

def address(format = :full)

def address(format = :full)
  s = state_code.to_s == "" ? "" : ", #{state_code}"
  "#{city}#{s} #{zip_code}, #{country_name}".sub(/^[ ,]*/, "")
end