class Geocoder::Result::GeoportailLu
def try_to_extract(key, hash)
def try_to_extract(key, hash) if hash.is_a?(Hash) and hash.include?(key) hash[key] end end
def try_to_extract(key, hash) if hash.is_a?(Hash) and hash.include?(key) hash[key] end end