# File lib/more/facets/random.rb, line 440 def shuffle(separator=//) split(separator).shuffle.join('') end