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