class Geocoder::Result::Mapquest

def address

def address
  [street, city, state, postal_code, country].reject{|s| s.length == 0 }.join(", ")
end