class String def scramble (split //).sort_by { rand }.join endendputs "I once was a normal string.".scramble