Class: Array

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

Instance Method Summary collapse

Instance Method Details

#choiceObject



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

def choice
  at(rand(size))
end

#take(n) ⇒ Object



138
# File 'lib/termtter/system_extensions.rb', line 138

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