Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/dummy_files.rb
Instance Method Summary collapse
Instance Method Details
#random ⇒ Object
72 73 74 |
# File 'lib/dummy_files.rb', line 72 def random self[rand(self.length)] end |