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