# File lib/extensions/array.rb, line 6
def
shuffle
self
.
sort_by
{
Kernel
.
rand
}
end