# File lib/facet/string/shuffle.rb, line 9 def shuffle(separator=$/) split(separator).shuffle.join('') end