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

Version Path
gemstreamer-1.1.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
gemstreamer-1.0.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
gemstreamer-0.0.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
radiant-rc-0.9.0 vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
activeobject-0.0.3 ./lib/active_support/core_ext/array/random_access.rb
activeobject-0.0.4 ./lib/active_support/core_ext/array/random_access.rb
activesupport-2.2.3 lib/active_support/core_ext/array/random_access.rb
webroar-0.2.2 src/admin_panel/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
radiant-0.8.1 vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
activesupport-2.3.4 lib/active_support/core_ext/array/random_access.rb
activesupport-2.3.3 lib/active_support/core_ext/array/random_access.rb
activesupport-2.1.2 lib/active_support/core_ext/array/random_access.rb
activesupport-2.3.2 lib/active_support/core_ext/array/random_access.rb
activesupport-2.1.1 lib/active_support/core_ext/array/random_access.rb
activesupport-2.2.2 lib/active_support/core_ext/array/random_access.rb
activesupport-2.1.0 lib/active_support/core_ext/array/random_access.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/array/random_access.rb
mack-facets-0.8.3 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/array/random_access.rb