Method: Random::StringExtensions#shuffle!
- Defined in:
- lib/garcon/core_ext/random.rb
#shuffle!(separator = //) ⇒ Object
In place version of shuffle.
486 487 488 |
# File 'lib/garcon/core_ext/random.rb', line 486 def shuffle!(separator = //) self.replace(shuffle(separator)) end |