Ruby - random order of a list

Hi, I’m new here and a beginner to programming. I was hoping you could help me re-arrange a list of names in a random order using ruby? Thanks in advance!!

https://apidock.com/ruby/Array/shuffle

[1,2,3].shuffle

go Dabvs:smiley::smiley: