Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/gabbler/generator.rb
Instance Method Summary collapse
-
#sample ⇒ Object
Comes with Ruby 1.9+.
Instance Method Details
#sample ⇒ Object
Comes with Ruby 1.9+
8 9 10 |
# File 'lib/gabbler/generator.rb', line 8 def sample # Comes with Ruby 1.9+ self[rand(size)] end |