class Array

Public Instance Methods

rand() click to toggle source
# File extras/extras.rb, line 28
def rand
  self[Kernel.rand(length)]
end