Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/bini/mixins.rb

Instance Method Summary collapse

Instance Method Details

#randObject



2
3
4
# File 'lib/bini/mixins.rb', line 2

def rand
	self[Random.rand(self.count)]
end