# File lib/backports/1.8.7/array.rb, line 194
  def shuffle
    dup.shuffle!
  end