Re: array equality question

=> [“x”, “y”, “z”]
equality. Is there any particular reason for this behavior?
I’m very new to ruby, but note that the order of objects in arrays
traditionally is significant. Perhaps you want to use sets instead?

  • donald