# File lib/facets/core/string/shuffle.rb, line 10 def shuffle(separator=//) split(separator).shuffle.join('') end