In Ruby, what is the difference between: new_object = old_object vs. new_object =Object.new(old_object)
new_object = old_object
new_object =Object.new(old_object)
Aucun commentaire:
Enregistrer un commentaire