class Array

Public Instance Methods

sample(*args) click to toggle source
# File lib/briar.rb, line 104
def sample(*args)
  self.choice(args)
end