Sha256: 07e54aa082ae2c68f8cca5dc912d9c717c5a44b51a682b41632ede718718f3fa

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

class Array
  # => rand
  # returns a random element from the array
  # by calling Array's private rand method.
  def rand
    self.rand
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
conv-0.0.4 lib/array.rb
conv-0.0.3 lib/array.rb