Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/Array/shuffle.rb

Overview

Changes since 0.2:

  1. Removed the aliases to their own files.

Instance Method Summary collapse

Instance Method Details

#shuffleObject



14
15
16
# File 'lib/Array/shuffle.rb', line 14

def shuffle
  sort_by{rand}
end