class Geocoder::Result::MaxmindLocal

def address(format = :full)

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