Sha256: 8a93a6d6022ab9d739973fa197a971fff49ecbfb051c5d9915f51ad5d19d73b6
Contents?: true
Size: 259 Bytes
Versions: 84
Compression:
Stored size: 259 Bytes
Contents
module ActiveSupport #:nodoc: module CoreExtensions #:nodoc: module Array #:nodoc: module RandomAccess # Returns a random element from the array. def rand self[Kernel.rand(length)] end end end end end
Version data entries
84 entries across 81 versions & 22 rubygems