Class: Array

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

Instance Method Summary collapse

Instance Method Details

#sample(*args) ⇒ Object



104
105
106
# File 'lib/briar.rb', line 104

def sample(*args)
  self.choice(args)
end