class Geocoder::Result::Ipgeolocation

def address(format = :full)

def address(format = :full)
  "#{city}, #{state} #{postal_code}, #{country_name}".sub(/^[ ,]*/, "")
end