??????????к????????????б???????????????????ū??£????????????д????????????????????????е??С???????????????????????????????????????????????????????????????????

??????????Ruby????????????????????????????????????????????????????????????????????????????????Ρ?????????????Щ???????????????????????????????????????д???????????????????????У?????????????????У????????????????????????д??????????

?????????????С????????????????????????????

????????????

????def address_is_empty?(customer)

????[:street?? :city?? :state?? :zip].any?{|method| customer.send(method).nil? || customer.send(method).squish.empty? }

????end

???????????

????def address_is_empty?(customer)

????[customer.street?? customer.city?? customer.state?? customer.zip].any?{|prop| prop.nil? || prop.squish.empty? }

????end

??????????????