Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/termtter.rb,
lib/plugin/yhara.rb

Instance Method Summary collapse

Instance Method Details

#choiceObject



5
6
7
# File 'lib/plugin/yhara.rb', line 5

def choice
  at(rand(size))
end

#take(n) ⇒ Object



38
# File 'lib/termtter.rb', line 38

def take(n) self[0...n] end