class Geocoder::Result::GeocoderUs

def address(format = :full)

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